1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
Find a file
dev 27ecc7f384 Protocol and Caddyscript matchers
* Added matcher to determine what protocol the request is being made by
  - grpc, tls, http
* Added ability to run caddyscript in a matcher to evaluate the http request
* Added TLS field to caddyscript request time
* Added a library to manipulate and compare a new caddyscript time type
* Library for regex in starlark
2019-04-08 09:58:11 -04:00
cmd/caddy2 Protocol and Caddyscript matchers 2019-04-08 09:58:11 -04:00
internal/caddyscript Protocol and Caddyscript matchers 2019-04-08 09:58:11 -04:00
modules/caddyhttp Protocol and Caddyscript matchers 2019-04-08 09:58:11 -04:00
.gitignore Protocol and Caddyscript matchers 2019-04-08 09:58:11 -04:00
admin.go Fix goroutine leak in Run 2019-03-27 12:36:30 -06:00
admin_test.go Performance testing Load function 2019-03-26 19:42:52 -06:00
caddy.go Implement "global" state for modules, OnLoad and OnUnload callbacks 2019-04-08 00:00:14 -06:00
listeners.go Close listeners which are no longer used 2019-04-02 15:31:02 -06:00
modules.go Implement "global" state for modules, OnLoad and OnUnload callbacks 2019-04-08 00:00:14 -06:00
modules_test.go Initial commit 2019-03-26 12:00:54 -06:00