()
| 22 | ) |
| 23 | |
| 24 | func init() { |
| 25 | httpcaddyfile.RegisterHandlerDirective("basicauth", parseCaddyfile) // deprecated |
| 26 | httpcaddyfile.RegisterHandlerDirective("basic_auth", parseCaddyfile) |
| 27 | } |
| 28 | |
| 29 | // parseCaddyfile sets up the handler from Caddyfile tokens. Syntax: |
| 30 | // |
nothing calls this directly
no test coverage detected