hunt-http ~v0.0.x (2022-05-15T16:04:28.5576772)
Dub
Repo
HttpScheme
hunt
http
codec
http
model
HttpScheme
Undocumented in source.
struct
HttpScheme {
enum
HTTP
;
enum
HTTPS
;
enum
WS
;
enum
WSS
;
__gshared
string
[]
CACHE
;
}
Members
Manifest constants
HTTP
enum
HTTP
;
Undocumented in source.
HTTPS
enum
HTTPS
;
Undocumented in source.
WS
enum
WS
;
Undocumented in source.
WSS
enum
WSS
;
Undocumented in source.
Static variables
CACHE
string
[]
CACHE
;
Undocumented in source.
Meta
Source
See Implementation
hunt
http
codec
http
model
HttpScheme
structs
HttpScheme