minio/vendor/github.com/gorilla/rpc/v2
rwagner_inf e39de65367 Add security HTTP Headers (#5805)
Some HTTP security headers in Minio.
To avoid problems with XSS and Clickjacking attacks.

X-Frame-Options
X-Frame-Options response header improve the protection
of web applications against Clickjacking. It declares a
policy communicated from a host to the client browser
on whether the browser must not display the transmitted
content in frames of other web pages.

X-XSS-Protection
This header enables the Cross-site scripting (XSS) filter in your browser.
2018-04-12 14:30:06 -07:00
..
json2 vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07: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
LICENSE 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
README.md Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
server.go Add security HTTP Headers (#5805) 2018-04-12 14:30:06 -07:00

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