Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
Find a file
Matthew Holt 284fb3a98c Allow multiple matcher sets in routes (OR'ed together)
Also export MatchRegexp in case other matcher modules find it useful.
Add comments to the exported matchers.
2019-05-22 13:13:39 -06:00
cmd Implement rewrite middleware; fix middleware stack bugs 2019-05-20 23:48:43 -06:00
modules Allow multiple matcher sets in routes (OR'ed together) 2019-05-22 13:13:39 -06:00
pkg/caddyscript move internal packages to pkg folder and update reverse proxy 2019-05-20 14:48:26 -04:00
.gitignore Add go module files 2019-05-06 17:26:05 -04:00
admin.go Module.New() does not need to return an error 2019-05-21 14:22:21 -06:00
admin_test.go Begin implementing HTTP replacer and static responder 2019-05-04 13:21:20 -06:00
caddy.go Export types and fields necessary to build configs (for config adapters) 2019-05-22 12:32:36 -06:00
context.go Module.New() does not need to return an error 2019-05-21 14:22:21 -06:00
go.mod move internal packages to pkg folder and update reverse proxy 2019-05-20 14:48:26 -04:00
go.sum move internal packages to pkg folder and update reverse proxy 2019-05-20 14:48:26 -04:00
listeners.go Architectural shift to using context for config and module state 2019-05-16 16:05:38 -06:00
modules.go Module.New() does not need to return an error 2019-05-21 14:22:21 -06:00
modules_test.go Initial commit 2019-03-26 12:00:54 -06:00
replacer.go Implement most of static file server; refactor and improve Replacer 2019-05-20 10:59:20 -06:00
storage.go Module.New() does not need to return an error 2019-05-21 14:22:21 -06:00