vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
HTTPServerResponse.this
index
vibe
http
server
HTTPServerResponse
Undocumented in source.
this
(Stream conn, ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc)
this
(InterfaceProxy!Stream conn, InterfaceProxy!ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc)
class
HTTPServerResponse
@
safe
scope
this
(
InterfaceProxy
!
Stream
conn
,
InterfaceProxy
!
ConnectionStream
raw_connection
,
HTTPServerSettings
settings
,
IAllocator
req_alloc
)
Meta
Source
See Implementation
index
vibe
http
server
HTTPServerResponse
constructors
this
functions
connectProxy
finalize
isHeadResponse
redirect
setCookie
startSession
switchProtocol
terminateSession
tls
waitForConnectionClose
writeBody
writeJsonBody
writePrettyJsonBody
writeRawBody
writeVoidBody
properties
bodyWriter
bytesWritten
connected
headerWritten
timeFinalized