Commit Graph

81 Commits (7d4db6960724b9a3b8fea7144a7ccfd5493285c6)

Author SHA1 Message Date
Shude Li 163e996d0e
all: use http package to replace http method names (#26535) 2 years ago
lightclient 6f858fa806
rpc: fix setting client in DialHTTPWithClient (#26470) 2 years ago
Sina Mahmoodi f20eba426a
graphql, node, rpc: improve HTTP write timeout handling (#25457) 2 years ago
storyicon add337e0f7
rpc: support injecting HTTP headers through context (#26023) 2 years ago
Jordan Krage 05037eaffc
rpc: handle wrong HTTP batch response length (#26064) 2 years ago
protolambda 90711efb0a
node, rpc: add JWT auth support in client (#24911) 2 years ago
Tristan-Wilson 9244f87dc1
node, rpc: add ReadHeaderTimeout config option (#25338) 2 years ago
Håvard Anda Estensen 07508ac0e9
all: replace uses of ioutil with io and os (#24869) 2 years ago
Valentin Trinqué abd49a6c48
rpc: set Request.GetBody for client requests (#24292) 3 years ago
Felix Lange 5bcbb2980b
rpc: add PeerInfo (#24255) 3 years ago
ryanc414 9357280fce
rpc: add HTTPError type for HTTP error responses (#22677) 3 years ago
rene 290d6bd903
rpc: add SetHeader method to Client (#21392) 4 years ago
Steven E. Harris 9887edd580
rpc: add explicit 200 response for empty HTTP GET (#20952) 4 years ago
rene 07d909ff32
node: allow websocket and HTTP on the same port (#20810) 5 years ago
rene d7851e6359
graphql, node, rpc: fix typos in comments (#20824) 5 years ago
rene 01d92531ee
rpc: correct typo and reword comment for consistency (#20728) 5 years ago
Felix Lange 7c4a4eb58a rpc, p2p/simulations: use github.com/gorilla/websocket (#20289) 5 years ago
SjonHortensius 961aa0533f rpc: enable compression on HTTP transport (#19997) 5 years ago
Felix Lange 04e175b8ec rpc: implement websockets with github.com/gorilla/websocket (#19866) 5 years ago
Felix Lange 245f3146c2
rpc: implement full bi-directional communication (#18471) 6 years ago
Kris Shinn f91312dbdb GraphQL master FF for review (#18445) 6 years ago
Martin Holst Swende 3796751efc
rpc: add application/json-rpc as accepted content type, fixes #18293 (#18310) 6 years ago
Martin Holst Swende d3441ebb56
cmd/clef, signer: security fixes (#17554) 6 years ago
HackyMiner b66f793443 rpc: increase maxRequestContentLength size to 512kB (#17595) 6 years ago
Ryan Schneider 5d7e18539e rpc: make HTTP RPC timeouts configurable, raise defaults (#17240) 6 years ago
Martin Holst Swende 17f80cc2e2
rpc: set timeouts for http server, see #16859 6 years ago
Ryan Schneider c8dcb9584e rpc: use HTTP request context as top-level context (#16861) 6 years ago
kiel barry 2ad511ce09 rpc: golint error with context as last parameter (#16657) 6 years ago
Martin Holst Swende 8feb31825e rpc: handle HTTP response error codes (#16500) 7 years ago
Martin Holst Swende ec3db0f56c cmd/clef, signer: initial poc of the standalone signer (#16154) 7 years ago
Felix Lange e9b5e22ad1 rpc: limit chunked requests (#16343) 7 years ago
Péter Szilágyi 555f42cfd8
rpc: enforce the 128KB request limits on websockets too 7 years ago
Martin Holst Swende 6c6247a690
node, rpc: fix linter issues 7 years ago
Martin Holst Swende 589b603a9b rpc: dns rebind protection (#15962) 7 years ago
Steven Roose 952482d5e4 rpc: Support specifying HTTP client in RPC dialing (#15836) 7 years ago
Sorin Neacsu 5369a5c54d rpc: allow OPTIONS requests without Content-Type (#15759) 7 years ago
Vitaly V f258a21a63 rpc: use method constants instead of literal strings (#15652) 7 years ago
Péter Szilágyi 3c6b9c5d72
rpc: minor cleanups to RPC PR 7 years ago
Armani Ferrante c5b8569707 rpc: disallow PUT and DELETE on HTTP (#15501) 7 years ago
Péter Szilágyi 4013e23312
rpc: allow dumb empty requests for AWS health checks 7 years ago
bas-vk 4fe30bf5ad rpc: check content-type for HTTP requests (#15220) 7 years ago
bloonfield 413dc1d265 rpc: fix closure problem in batch processing (#14688) 7 years ago
Bas van Kervel a6af56fa4d
rpc: disable CORS if user has not specified custom config 7 years ago
bas-vk 5e29f4be93 cmd/utils, node: remove unused solc references and improve RPC config (#14324) 8 years ago
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context" 8 years ago
Micah Zoltu 4e4e5fca54 rpc: add support for extended headers in CORS requests (#3783) 8 years ago
Kenji Siu d85d3c74db internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" 8 years ago
Jonathan Brown ae341b31c8 rpc: set CORS Max-Age to reduce preflight OPTIONS requests 8 years ago
Felix Lange 91b7690428 rpc: add new client, use it everywhere 8 years ago
Bas van Kervel aa9fff3e68 rpc: various fixes/enhancements 9 years ago