Home | History | Annotate | Download | only in http

Lines Matching full:patterns

1554 // patterns and calls the handler for the pattern that
1557 // Patterns name fixed, rooted paths, like "/favicon.ico",
1559 // Longer patterns take precedence over shorter ones, so that
1568 // patterns, not just the URL with Path == "/".
1570 // Patterns may optionally begin with a host name, restricting matches to
1571 // URLs on that host only. Host-specific patterns take precedence over
1572 // general patterns, so that a handler might register for the two patterns
1582 hosts bool // whether any patterns contain hostnames
1749 // The documentation for ServeMux explains how patterns are matched.
1754 // The documentation for ServeMux explains how patterns are matched.