api/plugins/http_proxy
Peter Kurfer 671958e123
Complete first naive HTTP proxy implementation
- HTTPS configuration is till missing
- fix a few minor things in other plugins
- cleanup of config to reduce repeating of the same values multiple times
2020-04-12 03:51:41 +02:00
..
fallback.go Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
go.mod Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
go.sum Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
init.go Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
main.go Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
Makefile Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
protocol_options.go Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
proxy_handler.go Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00