vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
writeFormData
index
vibe
http
form
Encodes the given ranges of
Tuple!(string, string)
as URL encoded form data
void
writeFormData
(R dst, string[string] data)
void
writeFormData
(R dst, PairRange pr)
void
writeFormData
(
R
PairRange
)
(
R
dst
,
PairRange
pr
)
if
(
isOutputRange
!(
R
,
char
) &&
isTuple
!(
ElementType
!
PairRange
)
&&
ElementType
!
PairRange.length
== 2
)
Meta
Source
See Implementation
index
vibe
http
form
functions
writeFormBody
writeFormData
structs
StringLengthCountingRange
Encodes the given ranges of Tuple!(string, string) as URL encoded form data