UNPKG
bare-server-node
Version:
latest (2.0.3)
2.0.3
The Bare Server implementation in NodeJS.
github.com/tomphttp
tomphttp/bare-server-node
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
;