Fast, multi-platform web server with automatic HTTPS
 
 
Go to file
Matthew Holt b8e7453fef Implement brotli encoder; improve validation of other encoders 2019-06-13 11:20:43 -06:00
cmd Implement brotli encoder; improve validation of other encoders 2019-06-13 11:20:43 -06:00
modules Implement brotli encoder; improve validation of other encoders 2019-06-13 11:20:43 -06:00
pkg/caddyscript Change import paths to GitHub package names 2019-06-04 13:52:37 -06:00
.gitignore
admin.go fix module import paths and add cors to admin endpoints 2019-06-07 11:40:25 -04:00
admin_test.go
caddy.go Fix bug unmarshaling custom duration values 2019-05-29 23:09:51 -06:00
context.go Add cleanup callbacks to context 2019-05-29 23:10:12 -06:00
go.mod Implement brotli encoder; improve validation of other encoders 2019-06-13 11:20:43 -06:00
go.sum Implement brotli encoder; improve validation of other encoders 2019-06-13 11:20:43 -06:00
listeners.go
modules.go Disallow unknown fields (strict unmarshal) when loading modules 2019-05-22 14:32:12 -06:00
modules_test.go
replacer.go
storage.go