vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
StringLengthCountingRange
index
vibe
http
form
private
struct
StringLengthCountingRange {
import
std
.
utf
;
;
size_t
count
;
void
put
(string str);
void
put
(dchar ch);
}
Members
Functions
put
void
put
(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
count
size_t
count
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
http
form
functions
writeFormBody
writeFormData
structs
StringLengthCountingRange
private