Range returns a struct containing the type and a slice of ranges.
(size int64)
| 180 | Queries() map[string]string |
| 181 | // Range returns a struct containing the type and a slice of ranges. |
| 182 | Range(size int64) (Range, error) |
| 183 | // Route returns the matched Route struct. |
| 184 | Route() *Route |
| 185 | // Subdomains returns a slice of subdomains from the host, excluding the last `offset` components. |
no outgoing calls