vibe-http ~master (2021-03-22T09:44:24Z)
Home
Dub
Repo
HTTPHeaderValueTypes
vibe
http
headers
Undocumented in source.
struct
HTTPHeaderValueTypes {
Tuple
!(
const
(
char
)[],
const
(
char
)[])
generic
;
SysTime
date
;
long
contentLength
;
}
Members
Variables
contentLength
long
contentLength
;
Undocumented in source.
date
SysTime
date
;
Undocumented in source.
generic
Tuple
!(
const
(
char
)[],
const
(
char
)[])
generic
;
Undocumented in source.
Meta
Source
See Implementation
vibe
http
headers
aliases
HTTPHeaderValue
structs
HTTPHeaderValueTypes