jsonrpc icon indicating copy to clipboard operation
jsonrpc copied to clipboard

A HTTP transport was added.

Open svetlyak40wt opened this issue 2 years ago • 0 comments

Also, now both Websocket and HTTP transports are export MAKE-CLACK-APP functions. This is useful, when you want to combine api application with some other Clack applications using :mount middleware.

HTTP Transport is useful, when you don't want to keep persistent websocket or TCP connections for each client, because it can be used as a DoS attack on the server.

As a bonus, missing dependency from dissect.

svetlyak40wt avatar Oct 26 '22 14:10 svetlyak40wt