send-response ( response connection -- )


Vocabulary
msgpack.rpc

Inputs
responsean object
connectionan object


Outputs
None

Definition


:: send-response ( response connection -- )
connection session>> response feed-response
response connection send-packet ;