LSP::RequestMessage
Inherits JSON::Serializable < Reference < Object
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.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source