caddy/modules/caddyhttp
Matthew Holt ab885f07b8
Implement config adapters and beginning of Caddyfile adapter
Along with several other changes, such as renaming caddyhttp.ServerRoute
to caddyhttp.Route, exporting some types that were not exported before,
and tweaking the caddytls TLS values to be more consistent.

Notably, we also now disable automatic cert management for names which
already have a cert (manually) loaded into the cache. These names no
longer need to be specified in the "skip_certificates" field of the
automatic HTTPS config, because they will be skipped automatically.
2019-08-09 12:05:47 -06:00
..
caddylog Rename handler modules to use http.handlers namespace 2019-07-11 22:03:12 -06:00
encode Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
fileserver Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
headers Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
markdown mod: Use blackfriday's standard v2 module import path 2019-07-15 17:33:08 -06:00
requestbody Rename handler modules to use http.handlers namespace 2019-07-11 22:03:12 -06:00
reverseproxy Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
rewrite Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
templates Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
caddyhttp.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
errors.go go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
matchers.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
matchers_test.go go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
replacer.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
responsewriter.go Add license 2019-06-30 16:07:58 -06:00
routes.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
server.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
staticerror.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
staticresp.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
staticresp_test.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
subroute.go Add error & subroute handlers; weakString; other minor handler changes 2019-07-11 17:02:57 -06:00
vars.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00