0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-30 22:34:15 -05:00
caddy/caddyhttp/httpserver
Thibault Meyer ea24744bbf Add datadog plugin directive (#1655)
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
2017-05-08 11:48:22 -06:00
..
condition.go
condition_test.go httpserver/all: Clean up and standardize request URL handling (#1633) 2017-05-01 23:11:10 -06:00
error.go proxy: recognize client's cancellation 2017-04-30 10:14:19 +08:00
https.go httpserver: Proper HTTP->HTTPS for wildcard sites (fixes #1625) 2017-04-26 12:32:15 -06:00
https_test.go httpserver: Proper HTTP->HTTPS for wildcard sites (fixes #1625) 2017-04-26 12:32:15 -06:00
logger.go
logger_test.go
middleware.go httpserver/all: Clean up and standardize request URL handling (#1633) 2017-05-01 23:11:10 -06:00
middleware_test.go
mitm.go lint fixes 2017-04-29 20:53:58 -04:00
mitm_test.go
path.go httpserver: Base path of "/" matches all paths, even empty ones 2017-05-02 09:43:43 -06:00
path_test.go fastcgi: Prepend missing leading slash when matching paths (see #1645) 2017-05-02 11:20:50 -06:00
plugin.go Add datadog plugin directive (#1655) 2017-05-08 11:48:22 -06:00
plugin_test.go Bugfix for issue #1628 where Caddyfile is not being hidden correctly on windows. 2017-05-01 14:21:49 +01:00
recorder.go ResponseWriterWrapper and HTTPInterfaces (#1644) 2017-05-05 09:42:06 -06:00
recorder_test.go
replacer.go Introduce limits middleware 2017-05-08 17:18:04 +08:00
replacer_test.go httpserver/all: Clean up and standardize request URL handling (#1633) 2017-05-01 23:11:10 -06:00
responsewriterwrapper.go ResponseWriterWrapper and HTTPInterfaces (#1644) 2017-05-05 09:42:06 -06:00
roller.go
server.go Introduce limits middleware 2017-05-08 17:18:04 +08:00
server_test.go Introduce limits middleware 2017-05-08 17:18:04 +08:00
siteconfig.go Introduce limits middleware 2017-05-08 17:18:04 +08: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
vhosttrie_test.go