ae v0.0.3141 (2022-02-14T00:51:10Z)
Home
Dub
Repo
BaseHttpServerConnection.sendHeaders
ae
net
http
server
BaseHttpServerConnection
Send these headers only. Low-level alternative to
sendResponse
.
void
sendHeaders
(Headers headers, HttpStatusCode status, string statusMessage)
void
sendHeaders
(HttpResponse response)
class
BaseHttpServerConnection
final
void
sendHeaders
(
HttpResponse
response
)
Meta
Source
See Implementation
ae
net
http
server
BaseHttpServerConnection
constructors
this
functions
acceptMore
closeResponse
debugLog
formatLocalAddress
logRequest
onContinuation
onDisconnect
onNewRequest
processRequest
sendData
sendHeaders
sendResponse
properties
idle
remoteAddressStr
variables
banner
conn
connected
currentRequest
expect
firstRequest
handleRequest
inBuffer
log
persistent
requestProcessing
responseSize
timeout
timeoutActive
timer
Send these headers only. Low-level alternative to sendResponse.