caddy/caddyhttp/httpserver
Matthew Holt 74940af624
httpserver: Set default idle timeout of 5 minutes (closes #1733)
Also clarified a comment in SiteConfig
2017-07-27 16:01:47 -06:00
..
condition.go rewrite: treat "if a not_op b" uniformly by negating "op". (#1696) 2017-06-15 16:45:42 -06:00
condition_test.go rewrite: treat "if a not_op b" uniformly by negating "op". (#1696) 2017-06-15 16:45:42 -06:00
error.go
https.go
https_test.go
logger.go
logger_test.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
middleware.go Create request_id directive #1590 (#1711) 2017-06-24 13:54:35 -07:00
middleware_test.go
mitm.go mitm: Fix out of bounds error when checking software version in UA 2017-07-25 13:00:49 -06:00
mitm_test.go mitm: Fix out of bounds error when checking software version in UA 2017-07-25 13:00:49 -06:00
path.go
path_test.go
plugin.go httpserver: Adding nobots directive (#1767) 2017-07-17 12:39:06 -06:00
plugin_test.go
recorder.go
recorder_test.go
replacer.go adds unix timestamp placeholder 2017-07-05 22:08:07 +02:00
replacer_test.go adds unix timestamp placeholder 2017-07-05 22:08:07 +02:00
responsewriterwrapper.go
roller.go log,error: fix roller parser issue 2017-07-20 15:21:06 +08:00
server.go httpserver: Set default idle timeout of 5 minutes (closes #1733) 2017-07-27 16:01:47 -06:00
server_test.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
siteconfig.go httpserver: Set default idle timeout of 5 minutes (closes #1733) 2017-07-27 16:01:47 -06:00
tplcontext.go httpserver: rename context Push action for more general use (#1641) 2017-05-05 17:36:20 -06:00
tplcontext_test.go httpserver: rename context Push action for more general use (#1641) 2017-05-05 17:36:20 -06:00
vhosttrie.go Move fallbackHosts to vhostTrie 2017-07-27 17:23:13 -04:00
vhosttrie_test.go