vibe-http ~master (2021-03-22T09:44:24Z)
Home
Dub
Repo
HTTPServerResponseData.headerWritten
vibe
http
server
HTTPServerResponseData
Determines if the HTTP header has already been written.
struct
HTTPServerResponseData
protected @
safe
@
property
const @
safe
bool
headerWritten
(
)
Meta
Source
See Implementation
vibe
http
server
HTTPServerResponseData
constructors
this
functions
connectProxy
finalize
isHeadResponse
redirect
sendBadRequest
setCookie
startSession
switchProtocol
switchToHTTP2
terminateSession
tls
toString
waitForConnectionClose
writeBody
writeJsonBody
writePrettyJsonBody
writeRawBody
writeVoidBody
postblits
this(this)
properties
bodyWriter
bodyWriterH2
bytesWritten
connected
contentType
headerWritten
timeFinalized
variables
cookies
headers
httpVersion
statusCode
statusPhrase
Determines if the HTTP header has already been written.