A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
a11PeerFromString
Function a11PeerFromString
a11PeerFromString
(
peer
:
string
,
)
:
StatusOr
<
{
endpoint
:
string
;
identity
:
string
;
protocol
:
"a11"
|
"mcp"
;
scheme
:
"session"
|
"rtc"
|
"http"
|
"https"
|
"ws"
|
"wss"
;
}
,
>
Parse a peer URL into a validated
A11Peer
.
Parameters
peer
:
string
Returns
StatusOr
<
{
endpoint
:
string
;
identity
:
string
;
protocol
:
"a11"
|
"mcp"
;
scheme
:
"session"
|
"rtc"
|
"http"
|
"https"
|
"ws"
|
"wss"
;
}
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Parse a peer URL into a validated A11Peer.