Matthew Holt
f9d93ead4e
Rename and export some types, other minor changes
6 years ago
Matthew Holt
e40bbecb16
Rough implementation of auto HTTP->HTTPS redirects
Also added GracePeriod for server shutdowns
6 years ago
Matthew Holt
2eb3593327
Begin implementing HTTP replacer and static responder
6 years ago
Matthew Holt
5859cd8dad
Instantiate apps that are needed but not explicitly configured
6 years ago
Matthew Holt
2d056fbe66
Initial commit of Storage, TLS, and automatic HTTPS implementations
6 years ago
Matthew Holt
545f28008e
Begin implementing error handling and re-handling
6 years ago
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
6 years ago
Matthew Holt
6621406fa8
Very basic middleware and route matching functionality
6 years ago
Matthew Holt
27ff6aeccb
Fix goroutine leak in Run
D'oh, the servers' Shutdown() would never be called because they were
never added to the list of servers.
Thanks Danny for finding this.
6 years ago
Matthew Holt
a8dc73b4d9
Performance testing Load function
6 years ago
Matthew Holt
86e2d1b0a4
Rudimentary start of HTTP servers
6 years ago
Matthew Holt
859b5d7ea3
Initial commit
6 years ago