Documentation
¶
Overview ¶
Package urlinterfaces contains internal code representing the IDL interfaces in the URL API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URL ¶
type URL interface { fmt.Stringer Href() string SetHref(string) Origin() string Protocol() string SetProtocol(string) Username() string SetUsername(string) Password() string SetPassword(string) Host() string SetHost(string) Hostname() string SetHostname(string) Port() string SetPort(string) Pathname() string SetPathname(string) Search() string SetSearch(string) SearchParams() URLSearchParams Hash() string SetHash(string) ToJSON() (string, error) }
type URLSearchParams ¶
Click to show internal directories.
Click to hide internal directories.