Merge pull request #2259 from bas-vk/http
rpc/http: improve request handling
No related branches found
No related tags found
Showing
- Godeps/Godeps.json 4 additions, 0 deletionsGodeps/Godeps.json
- Godeps/_workspace/src/github.com/rs/cors/.travis.yml 4 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/cors/.travis.yml
- Godeps/_workspace/src/github.com/rs/cors/LICENSE 19 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/cors/LICENSE
- Godeps/_workspace/src/github.com/rs/cors/README.md 84 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/cors/README.md
- Godeps/_workspace/src/github.com/rs/cors/cors.go 308 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/cors/cors.go
- Godeps/_workspace/src/github.com/rs/cors/utils.go 27 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/cors/utils.go
- Godeps/_workspace/src/github.com/rs/xhandler/.travis.yml 7 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/xhandler/.travis.yml
- Godeps/_workspace/src/github.com/rs/xhandler/LICENSE 19 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/xhandler/LICENSE
- Godeps/_workspace/src/github.com/rs/xhandler/README.md 134 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/xhandler/README.md
- Godeps/_workspace/src/github.com/rs/xhandler/chain.go 93 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/xhandler/chain.go
- Godeps/_workspace/src/github.com/rs/xhandler/middleware.go 59 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/xhandler/middleware.go
- Godeps/_workspace/src/github.com/rs/xhandler/xhandler.go 42 additions, 0 deletionsGodeps/_workspace/src/github.com/rs/xhandler/xhandler.go
- cmd/utils/flags.go 1 addition, 1 deletioncmd/utils/flags.go
- rpc/http.go 56 additions, 221 deletionsrpc/http.go
- rpc/server.go 46 additions, 14 deletionsrpc/server.go
Loading
Please register or sign in to comment