minio/vendor/github.com/gorilla/rpc/v2
Andreas Auernhammer f60765ac93 add some security HTTP headers (#5814)
This change adds some security headers like Content-Security-Policy.
It does not set the HSTS header because Content-Security-Policy prevents
mixed HTTP and HTTPS content and the server does not use cookies.
However it is a header which could be added later on.

It also moves some header added by #5805 from a vendored file
to a generic handler.

Fixes ##5813
2018-04-12 15:57:41 -07:00
..
json2 vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
LICENSE Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
README.md Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
compression_selector.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
doc.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
encoder_selector.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
map.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
server.go add some security HTTP headers (#5814) 2018-04-12 15:57:41 -07:00

README.md

rpc

gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.

Read the full documentation here: http://www.gorillatoolkit.org/pkg/rpc