vibe-http ~master (2021-03-22T09:44:24Z)
Home
Dub
Repo
HTTPServerResponse.this
vibe
http
server
HTTPServerResponse
Undocumented in source.
this
(HTTPServerResponseData* data)
this
(Stream conn, ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc)
this
(InterfaceProxy!Stream conn, InterfaceProxy!ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc)
struct
HTTPServerResponse
@
safe
this
(
InterfaceProxy
!
Stream
conn
,
InterfaceProxy
!
ConnectionStream
raw_connection
,
HTTPServerSettings
settings
,
IAllocator
req_alloc
)
Meta
Source
See Implementation
vibe
http
server
HTTPServerResponse
constructors
this
functions
connectProxy
finalize
opCast
redirect
sendBadRequest
setCookie
setStatusCode
startSession
switchProtocol
switchToHTTP2
terminateSession
waitForConnectionClose
writeBody
writeJsonBody
writePrettyJsonBody
writeRawBody
properties
bodyWriter
bodyWriterH2
bytesWritten
connected
contentType
cookies
data
headerWritten
headers
httpVersion
isHeadResponse
m_isHeadResponse
m_session
m_settings
statusCode
statusPhrase
timeFinalized
tls
toString
writeVoidBody