mirror of
https://github.com/minio/minio.git
synced 2025-11-28 13:09:09 -05:00
add audit/admin trace support for browser requests (#10947)
To support this functionality we had to fork the gorilla/rpc package with relevant changes
This commit is contained in:
9
pkg/rpc/README.md
Normal file
9
pkg/rpc/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
rpc
|
||||
===
|
||||
|
||||
|
||||
rpc/v2 support for JSON-RPC 2.0 Specification.
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user