Preparing search index...
The search index is not available
NDNts
NDNts
@ndn/node-transport
splitHostPort
Function splitHostPort
split
Host
Port
(
hostport
)
:
{
host
:
string
;
port
?:
number
;
}
Split a network address of the form "host:port" into host and port.
Parameters
hostport
:
string
Returns
{
host
:
string
;
port
?:
number
;
}
host
:
string
Optional
port
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
NDNts
Loading...
Split a network address of the form "host:port" into host and port.