vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
HTTPClientRequest.writeBody
index
vibe
http
client
HTTPClientRequest
Writes the whole request body at once using raw bytes.
void
writeBody
(RandomAccessStream data)
class
HTTPClientRequest
void
writeBody
(
RandomAccessStream
data
)
void
writeBody
(InputStream data)
void
writeBody
(InputStream data, ulong length)
void
writeBody
(ubyte[] data, string content_type)
Meta
Source
See Implementation
index
vibe
http
client
HTTPClientRequest
constructors
this
functions
writeBody
writeFormBody
writeJsonBody
writePart
properties
bodyWriter
contentLength
localAddress
peerCertificate
remoteAddress
Writes the whole request body at once using raw bytes.