Versions in this module Expand all Collapse all v0 v0.3.0 Jan 7, 2019 Changes in this version + var AccessControlPolicy = "*" + var ProxyMiddlewares = MiddlewareSet + func DELETE(w http.ResponseWriter, r *http.Request, url string, format string, ...) + func GET(w http.ResponseWriter, r *http.Request, url string, format string, ...) + func PATCH(w http.ResponseWriter, r *http.Request, url string, format string, ...) + func POST(w http.ResponseWriter, r *http.Request, url string, format string, ...) + func PUT(w http.ResponseWriter, r *http.Request, url string, format string, ...) + func ProxyRequest(w http.ResponseWriter, r *http.Request, url string, format string, ...) + func ProxyRequestWithMiddlewares(w http.ResponseWriter, r *http.Request, url string, ...) + type MiddlewareSet struct + ErrorHandler http.Handler + RequestMiddlewares []http.Handler + ResponseMiddlewares []http.Handler + func ProxyMiddlewaresFactory(format string, token string) MiddlewareSet