Module url::quirks [] [src]

Getters and setters for URL components implemented per https://url.spec.whatwg.org/#api

Unless you need to be interoperable with web browsers, you probably want to use Url method instead.

Functions

domain_to_ascii

https://url.spec.whatwg.org/#dom-url-domaintoascii

domain_to_unicode

https://url.spec.whatwg.org/#dom-url-domaintounicode

hash

Getter for https://url.spec.whatwg.org/#dom-url-hash

host

Getter for https://url.spec.whatwg.org/#dom-url-host

hostname

Getter for https://url.spec.whatwg.org/#dom-url-hostname

href

Getter for https://url.spec.whatwg.org/#dom-url-href

origin

Getter for https://url.spec.whatwg.org/#dom-url-origin

password

Getter for https://url.spec.whatwg.org/#dom-url-password

pathname

Getter for https://url.spec.whatwg.org/#dom-url-pathname

port

Getter for https://url.spec.whatwg.org/#dom-url-port

protocol

Getter for https://url.spec.whatwg.org/#dom-url-protocol

search

Getter for https://url.spec.whatwg.org/#dom-url-search

set_hash

Setter for https://url.spec.whatwg.org/#dom-url-hash

set_host

Setter for https://url.spec.whatwg.org/#dom-url-host

set_hostname

Setter for https://url.spec.whatwg.org/#dom-url-hostname

set_href

Setter for https://url.spec.whatwg.org/#dom-url-href

set_password

Setter for https://url.spec.whatwg.org/#dom-url-password

set_pathname

Setter for https://url.spec.whatwg.org/#dom-url-pathname

set_port

Setter for https://url.spec.whatwg.org/#dom-url-port

set_protocol

Setter for https://url.spec.whatwg.org/#dom-url-protocol

set_search

Setter for https://url.spec.whatwg.org/#dom-url-search

set_username

Setter for https://url.spec.whatwg.org/#dom-url-username

username

Getter for https://url.spec.whatwg.org/#dom-url-username