rpc-codec icon indicating copy to clipboard operation
rpc-codec copied to clipboard

JSON-RPC 2.0 codec for Go net/rpc standard library

Results 7 rpc-codec issues
Sort by recently updated
recently updated
newest added

Hi all, i would like to measure the runtimes each call is taking and group it by the jsonrpc method using the following code: ``` func handleRequest(ctx context.Context, rc io.ReadCloser)...

Does the project have the support of middlewares? So if not - I can implement it. Now I can just wrap around ServeHTTP function, but sometimes I wanna choose a...

I'm converting a legacy system from Python into Go, and I have some restrictions on the method names that don't work with Go's RPC layer and rpc-codec. The legacy method...

Looks like now error message says about bad Content-Type text/… if endpoint url is wrong and server respond with 404 - probably it'll be easier to debug if error message...

At a glance it looks too complicated and it isn't clear is it really useful.