vibe-http v1.0.0 (2024-02-17T13:45:36Z)
Home
Dub
Repo
HTTPServerResponse.this
vibe
http
server
HTTPServerResponse
Undocumented in source.
this
(Stream conn, ConnectionStream raw_connection, HTTPServerSettings settings, Allocator req_alloc)
this
(InterfaceProxy!Stream conn, InterfaceProxy!ConnectionStream raw_connection, HTTPServerSettings settings, Allocator req_alloc)
class
HTTPServerResponse
@
safe
scope
this
(
InterfaceProxy
!
Stream
conn
,
InterfaceProxy
!
ConnectionStream
raw_connection
,
HTTPServerSettings
settings
,
Allocator
req_alloc
)
Meta
Source
See Implementation
vibe
http
server
HTTPServerResponse
aliases
Allocator
constructors
this
functions
connectProxy
finalize
isHeadResponse
redirect
setCookie
startSession
switchProtocol
terminateSession
tls
waitForConnectionClose
writeBody
writeJsonBody
writePrettyJsonBody
writeRawBody
writeVoidBody
properties
bodyWriter
bytesWritten
connected
headerWritten
timeFinalized