MatchServerNameRE matches based on SNI using a regular expression.
| 266 | |
| 267 | // MatchServerNameRE matches based on SNI using a regular expression. |
| 268 | type MatchServerNameRE struct{ MatchRegexp } |
| 269 | |
| 270 | // CaddyModule returns the Caddy module information. |
| 271 | func (MatchServerNameRE) CaddyModule() caddy.ModuleInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected