httpcaddyfile: Don't lowercase placeholder contents (fixes #3264)

This commit is contained in:
Matthew Holt 2020-04-14 16:11:46 -06:00
parent 2609a72893
commit 829e36d535
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
3 changed files with 54 additions and 3 deletions

View file

@ -29,6 +29,8 @@ func init() {
// Authentication is a middleware which provides user authentication.
// Rejects requests with HTTP 401 if the request is not authenticated.
//
// Its API is still experimental and may be subject to change.
type Authentication struct {
// A set of authentication providers. If none are specified,
// all requests will always be unauthenticated.