plugeth/rpc
ryanc414 9357280fce
rpc: add HTTPError type for HTTP error responses (#22677)
The new error type is returned by client operations contains details of
the response error code and response body.

Co-authored-by: Felix Lange <fjl@twurst.com>
2021-04-21 15:51:30 +02:00
..
testdata
client_example_test.go
client_test.go rpc: tighter shutdown synchronization in client subscription (#22597) 2021-03-30 20:09:30 +02:00
client.go rpc: deprecate Client.ShhSubscribe (#22239) 2021-01-27 10:20:34 +01:00
constants_unix_nocgo.go
constants_unix.go
doc.go
endpoints.go
errors.go rpc: add HTTPError type for HTTP error responses (#22677) 2021-04-21 15:51:30 +02:00
handler.go rpc: tighter shutdown synchronization in client subscription (#22597) 2021-03-30 20:09:30 +02:00
http_test.go rpc: add HTTPError type for HTTP error responses (#22677) 2021-04-21 15:51:30 +02:00
http.go rpc: add HTTPError type for HTTP error responses (#22677) 2021-04-21 15:51:30 +02:00
inproc.go
ipc_js.go
ipc_unix.go
ipc_windows.go
ipc.go
json.go
metrics.go
server_test.go
server.go
service.go
stdio.go
subscription_test.go
subscription.go rpc: tighter shutdown synchronization in client subscription (#22597) 2021-03-30 20:09:30 +02:00
testservice_test.go rpc: add separate size limit for websocket (#22385) 2021-02-26 13:40:35 +01:00
types_test.go
types.go rpc: add HTTPError type for HTTP error responses (#22677) 2021-04-21 15:51:30 +02:00
websocket_test.go rpc: tighter shutdown synchronization in client subscription (#22597) 2021-03-30 20:09:30 +02:00
websocket.go rpc: add separate size limit for websocket (#22385) 2021-02-26 13:40:35 +01:00