vibe-http v1.0.0 (2024-02-17T13:45:36Z)
Home
Dub
Repo
ChunkedOutputStream.write
vibe
http
common
ChunkedOutputStream
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
write
(const(ubyte)[] bytes_, IOMode mode)
class
ChunkedOutputStream
@
safe
override
static if
(
is(typeof(.OutputStream.outputStreamVersion)) && .OutputStream.outputStreamVersion > 1
)
size_t
write
(
scope
const
(
ubyte
)[]
bytes_
,
IOMode
mode
)
size_t
write
(ubyte[] bytes_, IOMode mode)
alias
write
=
OutputStream
.
write
Meta
Source
See Implementation
vibe
http
common
ChunkedOutputStream
aliases
ChunkExtensionCallback
constructors
this
functions
finalize
flush
write
properties
chunkExtensionCallback
maxBufferSize