0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddyhttp
Matthew Holt 5a691fbaf5
httpserver: Added function to register directive at runtime (dev only)
This function should not be used outside of development. It destroys the
absolute ordering and guarantees of correctness. Multiple uses of it
may work fine, but maybe not if they overlap, causing non-deterministic
builds which is bad. However, this can be convenient when developing
a plugin by calling it from an init() function, since you don't have
to modify the Caddy source code just to try your plugin.
2016-08-24 23:12:41 -06:00
..
basicauth Add default "Restricted" realm to HTTP Basic auth (#1007) 2016-08-07 07:50:36 -06:00
bind Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
browse Export staticfiles.Redirect for convenience in preserving query string 2016-08-06 14:40:58 -06:00
errors Fix error which lead to skipping tests in 'errors.TestErrorsParse' 2016-08-15 16:44:34 +03:00
expvar Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
extensions Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
fastcgi Support for placeholders in fastcgi env vars. 2016-06-29 13:41:52 +01:00
gzip Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
header Allow multiple values for an HTTP header and 2016-07-20 22:17:13 -07:00
httpserver httpserver: Added function to register directive at runtime (dev only) 2016-08-24 23:12:41 -06:00
internalsrv Enable downloading of protected content. See issue #979 (#980) 2016-08-07 23:16:33 -06:00
log log: add multiple log entry test 2016-08-25 11:21:08 +08:00
markdown Every package has a test 2016-06-21 00:11:55 -06:00
mime Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
pprof Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
proxy Keep quic protocol headers only between one hop 2016-08-23 22:05:56 +00:00
redirect Minor text fixes ;) 2016-08-23 15:47:23 -06:00
rewrite minor condition keyword check refactor 2016-07-21 15:42:38 +01:00
root Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
staticfiles Export staticfiles.Redirect for convenience in preserving query string 2016-08-06 14:40:58 -06:00
templates Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
websocket Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
caddyhttp.go Migrate remaining middleware packages 2016-06-05 22:39:23 -06:00
caddyhttp_test.go Add plugin capabilities for tls storage. 2016-08-23 23:00:20 +02:00