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