Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/http-proto
HttpUrl
Interface HttpUrl
Parsed URL components.
interface
HttpUrl
{
hash
:
string
;
hostname
:
string
;
pathname
:
string
;
port
:
string
;
protocol
:
string
;
search
:
string
;
}
Properties
hash
hash
:
string
hostname
hostname
:
string
pathname
pathname
:
string
port
port
:
string
protocol
protocol
:
string
search
search
:
string
Properties
hash
hostname
pathname
port
protocol
search
GitHub
Example
Fake Mirrors
Loading...
Parsed URL components.