pomerium/internal/httputil
Bobby DeSimone 782ffbeb3e
proxy: use middleware to manage request flow
proxy: remove duplicate error handling in New
proxy: remove routeConfigs in favor of using gorilla/mux
proxy: add proxy specific middleware
proxy: no longer need to use middleware / handler to check if valid route. Can use build in 404 mux.
internal/middleware: add cors bypass middleware

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-09-25 12:28:37 -07:00
..
test_data telemetry: add tracing 2019-07-24 09:20:16 -07:00
client.go development: use golangci-lint 2019-07-13 18:28:51 -07:00
errors.go authenticate: make service http only 2019-09-04 16:27:08 -07:00
errors_test.go httputil: use http error wrapper 2019-08-24 09:15:07 -07:00
http.go telemetry: add tracing 2019-07-24 09:20:16 -07:00
http_test.go telemetry: add tracing 2019-07-24 09:20:16 -07:00
options.go config: remove references to named ports 2019-08-15 09:06:53 -07:00
proxy.go proxy: use middleware to manage request flow 2019-09-25 12:28:37 -07:00
proxy_test.go proxy: use middleware to manage request flow 2019-09-25 12:28:37 -07:00
router.go all: refactor handler logic 2019-09-16 18:01:14 -07:00
router_test.go authenticate: encrypt & mac oauth2 callback state 2019-09-23 19:15:52 -07:00
tls.go proxy: enable client certificate in transport 2019-08-12 15:08:18 -07:00
tls_test.go proxy: use middleware to manage request flow 2019-09-25 12:28:37 -07:00