# Packages
Package rkmuxauth is auth middleware for mux framework.
Package rkmuxctx defines utility functions and variables used by gorilla/mux middleware.
Package rkmuxcors is a CORS middleware for mux framework.
Package rkmuxcsrf is a middleware for mux framework which validating csrf token for RPC.
Package rkmuxjwt is a middleware for mux framework which validating jwt token for RPC.
No description provided by the author
Package rkmuxmeta is a middleware of mux framework for adding metadata in RPC response.
No description provided by the author
Package rkmuxpanic is a middleware of mux framework for recovering from panic.
Package rkmuxlimit is a middleware of mux framework for adding rate limit in RPC response.
Package rkmuxsec is a middleware of mux framework for adding secure headers in RPC response.
No description provided by the author
# Functions
WrapResponseWriter if current writer is not RkResponseWriter.
WriteJson with code and content.
# Structs
A RkResponseWriter is a helper to delay sealing a http.ResponseWriter on writing code.