UNPKG
@nebula-services/bare-server-node
Version:
latest (2.0.4)
2.0.4
2.0.1-patch.1
2.0.1-patch
The Bare Server implementation in NodeJS.
github.com/tomphttp
tomphttp/bare-server-node
@nebula-services/bare-server-node
/
dist
/
encodeProtocol.d.ts
4 lines
(3 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
export
declare
function
validProtocol
(
protocol
:
string
):
boolean
;
export
declare
function
encodeProtocol
(
protocol
:
string
):
string
;
export
declare
function
decodeProtocol
(
protocol
:
string
):
string
;