UNPKG
@foxify/http
Version:
latest (1.0.0-beta.3)
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Foxify HTTP module
github.com/foxifyjs/foxify/tree/main/packages/http
foxifyjs/foxify
@foxify/http
/
.build
/
esm
/
constants
/
PROTOCOL.d.ts
6 lines
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
type
ProtocolT
=
string
|
"http"
|
"https"
;
export
declare
const
enum
PROTOCOL
{
HTTP
=
"http"
,
HTTPS
=
"https"
}
//# sourceMappingURL=PROTOCOL.d.ts.map