caddy/caddyhttp/httpserver
Matthew Holt fbd6412359
Don't modify request URL values from Caddyfile (fixes #1528)
HTTP redirects can use host-relative URLs. See discussion in #1497.
2017-03-20 21:05:11 -06:00
..
condition.go
condition_test.go
context.go Added Const for use of CtxKeys (#1511) 2017-03-13 09:22:46 -06:00
context_test.go Adding support for ServerIP context 2017-03-07 11:59:26 +00:00
error.go
https.go httpserver: Flags to customize HTTP and HTTPS ports (incl. for ACME) 2017-03-06 18:18:49 -07:00
https_test.go httpserver: Flags to customize HTTP and HTTPS ports (incl. for ACME) 2017-03-06 18:18:49 -07:00
logger.go
logger_test.go
middleware.go Added Const for use of CtxKeys (#1511) 2017-03-13 09:22:46 -06:00
middleware_test.go
mitm.go Added Const for use of CtxKeys (#1511) 2017-03-13 09:22:46 -06:00
mitm_test.go Added Const for use of CtxKeys (#1511) 2017-03-13 09:22:46 -06:00
path.go
pathcleaner.go
pathcleaner_test.go
plugin.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
plugin_test.go
recorder.go
recorder_test.go
replacer.go Added Const for use of CtxKeys (#1511) 2017-03-13 09:22:46 -06:00
replacer_test.go Added Const for use of CtxKeys (#1511) 2017-03-13 09:22:46 -06:00
roller.go
server.go Don't modify request URL values from Caddyfile (fixes #1528) 2017-03-20 21:05:11 -06:00
server_test.go tls: Refactor internals related to TLS configurations (#1466) 2017-02-21 09:49:22 -07:00
siteconfig.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
vhosttrie.go
vhosttrie_test.go