Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URL ¶
type URL struct { Scheme string Opaque string // encoded opaque data User *Userinfo // username and password information Host *Host // host or host:port Path string RawPath string // encoded path hint (Go 1.5 and later only; see EscapedPath method) RawQuery string // encoded query values, without '?' Fragment string // fragment for references, without '#' }
Click to show internal directories.
Click to hide internal directories.