caddy/caddyhttp
Matthew Holt 15fa5cf2da
OnFirstStartup and OnFinalShutdown callbacks added
OnStartup and OnShutdown callbacks now run as part of restarts, too.
The startup and shutdown directives only run their commands NOT as part
of restarts, as before. Some middleware that use OnStartup may need to
switch to OnFirstStartup and implement OnFinalShutdown to do any cleanup
as needed.
2016-06-23 18:02:12 -06:00
..
basicauth Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
bind Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
browse Fix browse template row hover effect for first row 2016-06-21 19:22:31 -06:00
errors OnFirstStartup and OnFinalShutdown callbacks added 2016-06-23 18:02:12 -06: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 Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
gzip Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
header Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
httpserver fix for new rewrite test case and add table test to replacer (#890) 2016-06-21 18:44:16 -06:00
internalsrv Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
log OnFirstStartup and OnFinalShutdown callbacks added 2016-06-23 18:02:12 -06: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 Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
redirect Condition upgrades (if, if_op) for rewrite, redir (#889) 2016-06-21 08:59:29 -06:00
rewrite Minor refactor. 2016-06-22 05:36:29 +01:00
root Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
staticfiles Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -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 Every package has a test 2016-06-21 00:11:55 -06:00