MatchHost matches requests by the Host value (case-insensitive). When used in a top-level HTTP route, [qualifying domain names](/docs/automatic-https#hostname-requirements) may trigger [automatic HTTPS](/docs/automatic-https), which automatically provisions and renews certificates for you. Before d
| 63 | // |
| 64 | // Duplicate entries will return an error. |
| 65 | MatchHost []string |
| 66 | |
| 67 | // MatchPath case-insensitively matches requests by the URI's path. Path |
| 68 | // matching is exact, not prefix-based, giving you more control and clarity |
no outgoing calls
no test coverage detected