ae ~next (2021-10-23T04:25:29.3345725)
Dub
Repo
parseHeaders
ae
net
ietf
headerparse
As above, but treat the first line differently, and return it in firstLine.
bool
parseHeaders
(DataVec data, Headers headers)
bool
parseHeaders
(DataVec data, string firstLine, Headers headers)
bool
parseHeaders
(
ref
DataVec
data
,
out
string
firstLine
,
out
Headers
headers
)
Headers
parseHeaders
(string headerData)
Meta
Source
See Implementation
ae
net
ietf
headerparse
functions
parseHeaders
As above, but treat the first line differently, and return it in firstLine.