mux: Tweak documentation
This commit is contained in:
parent
b5c47a5ef0
commit
3d2110d90f
6
mux.go
6
mux.go
@ -38,9 +38,9 @@ import (
|
|||||||
// "/search" and "search.example.com/" without also taking over requests
|
// "/search" and "search.example.com/" without also taking over requests
|
||||||
// for "gemini://example.com/".
|
// for "gemini://example.com/".
|
||||||
//
|
//
|
||||||
// Wildcard patterns can be used to match multiple hostnames, so that the
|
// Wildcard patterns can be used to match multiple hostnames. For example,
|
||||||
// pattern "*.example.com" will match requests for "blog.example.com" and
|
// the pattern "*.example.com" will match requests for "blog.example.com"
|
||||||
// "gemini.example.com", but not "example.org".
|
// and "gemini.example.com", but not "example.org".
|
||||||
//
|
//
|
||||||
// If a subtree has been registered and a request is received naming the
|
// If a subtree has been registered and a request is received naming the
|
||||||
// subtree root without its trailing slash, Mux redirects that
|
// subtree root without its trailing slash, Mux redirects that
|
||||||
|
Loading…
Reference in New Issue
Block a user