caddy/modules/caddytls
Matthew Holt b249b45d10
tls: Change struct fields to pointers, add nil checks; rate.Burst update
Making them pointers makes for cleaner JSON when adapting configs, if
the struct is empty now it will be omitted entirely.

The x/time/rate package was updated to support changing the burst, so
we've incorporated that here and removed a TODO.
2019-09-30 09:07:43 -06:00
..
standardstek Refactor Caddyfile adapter and module registration 2019-08-21 10:46:35 -06:00
acmemanager.go tls: Change struct fields to pointers, add nil checks; rate.Burst update 2019-09-30 09:07:43 -06:00
connpolicy.go tls: Change struct fields to pointers, add nil checks; rate.Burst update 2019-09-30 09:07:43 -06:00
fileloader.go Refactor Caddyfile adapter and module registration 2019-08-21 10:46:35 -06:00
folderloader.go Refactor Caddyfile adapter and module registration 2019-08-21 10:46:35 -06:00
matchers.go Refactor Caddyfile adapter and module registration 2019-08-21 10:46:35 -06:00
sessiontickets.go Eliminate some TODOs 2019-09-14 18:05:45 -06:00
tls.go tls: Change struct fields to pointers, add nil checks; rate.Burst update 2019-09-30 09:07:43 -06:00
values.go go.mod: Use lego v3 and CertMagic 0.7.0 2019-09-12 17:31:10 -06:00