caddy/caddyhttp/httpserver
Abiola Ibrahim d9b6563d88 Condition upgrades (if, if_op) for rewrite, redir (#889)
* checkpoint

* Added RequestMatcher interface. Extract 'if' condition into a RequestMatcher.

* Added tests for IfMatcher

* Minor refactors

* Refactors

* Use if_op

* conform with new 0.9 beta function changes.
2016-06-21 08:59:29 -06:00
..
condition_test.go Condition upgrades (if, if_op) for rewrite, redir (#889) 2016-06-21 08:59:29 -06:00
condition.go Condition upgrades (if, if_op) for rewrite, redir (#889) 2016-06-21 08:59:29 -06:00
context_test.go Migrate remaining middleware packages 2016-06-05 22:39:23 -06:00
context.go Migrate remaining middleware packages 2016-06-05 22:39:23 -06:00
graceful.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
https_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
https.go Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
middleware_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
middleware.go Condition upgrades (if, if_op) for rewrite, redir (#889) 2016-06-21 08:59:29 -06:00
plugin_test.go Set host and port on address if specified via flag (fixes #888) 2016-06-20 18:25:42 -06:00
plugin.go Set host and port on address if specified via flag (fixes #888) 2016-06-20 18:25:42 -06:00
recorder_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
recorder.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
replacer_test.go New {request} placeholder to log entire requests (sans body) (#871) 2016-06-07 11:06:24 -06:00
replacer.go New {request} placeholder to log entire requests (sans body) (#871) 2016-06-07 11:06:24 -06:00
roller.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
server_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
server.go Add support for Alt-Svc headers (#892) 2016-06-20 13:50:25 -06:00
siteconfig.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
vhosttrie_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
vhosttrie.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00