0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-13 22:51:08 -05:00
caddy/middleware
2016-03-26 21:14:54 +00:00
..
basicauth basicauth: fixed 'go vet' printing function value 2016-02-01 11:17:16 +01:00
browse correct unused assignments 2016-03-26 21:05:19 +00:00
errors Revert recent Content-Length-related changes and fix fastcgi return 2016-03-02 11:33:40 -07:00
expvar Add expvar middleware 2016-03-21 21:46:41 -06:00
extensions
fastcgi drop unused len variable 2016-03-26 21:14:22 +00:00
gzip gzip: Implement http.Hijacker (fixes #635) 2016-02-24 12:23:50 -07:00
headers
inner correct unused assignments 2016-03-26 21:05:19 +00:00
log Add {upstream} placeholder when proxy middleware is used (closes #531) 2016-03-20 21:56:13 -06:00
markdown drop unused md variable 2016-03-26 21:14:54 +00:00
mime Fixup mime middleware to use a map and error on duplicate extensions. 2016-03-15 23:11:19 -07:00
pprof pprof: Only handle if path matches /debug/pprof, add tests 2016-03-19 20:02:05 -06:00
proxy Add {upstream} placeholder when proxy middleware is used (closes #531) 2016-03-20 21:56:13 -06:00
redirect
rewrite Fix for #659. 2016-03-17 22:29:58 +01:00
templates Fix typo, clarify readme 2016-03-17 16:42:28 -06:00
websocket
commands.go correct unused assignments 2016-03-26 21:05:19 +00:00
commands_test.go
context.go correct unused assignments 2016-03-26 21:05:19 +00:00
context_test.go templates: .Truncate can truncate from end of string if length is negative 2016-02-24 20:32:26 -07:00
fileserver.go Sanity checkL this defer does not leak fds; comment added 2016-03-12 16:32:12 -07:00
fileserver_test.go Hopefully, this is the final nail on the coffin. 2016-03-12 17:47:53 +01:00
middleware.go Revert recent Content-Length-related changes and fix fastcgi return 2016-03-02 11:33:40 -07:00
middleware_test.go
path.go Support for case insensitive paths using CASE_SENSITIVE_PATH environment variable. 2016-03-19 08:45:23 +01:00
path_test.go Support for case insensitive paths using CASE_SENSITIVE_PATH environment variable. 2016-03-19 08:45:23 +01:00
recorder.go Add {upstream} placeholder when proxy middleware is used (closes #531) 2016-03-20 21:56:13 -06:00
recorder_test.go
replacer.go Add {upstream} placeholder when proxy middleware is used (closes #531) 2016-03-20 21:56:13 -06:00
replacer_test.go Add {upstream} placeholder when proxy middleware is used (closes #531) 2016-03-20 21:56:13 -06:00
roller.go