struct Scry::Context
- Scry::Context
- Struct
- Value
- Object
Defined in:
scry/context.crConstructors
Instance Method Summary
-
#dispatch(msg : LSP::Protocol::RequestMessage)
A request message to describe a request between the client and the server.
- #dispatch(msg : LSP::Protocol::NotificationMessage)
Constructor Detail
Instance Method Detail
def dispatch(msg : LSP::Protocol::RequestMessage)
#
A request message to describe a request between the client and the server. Every processed request must send a response back to the sender of the request.