ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
HttpConnectionHandler.handleRequest
ocean
net
http
HttpConnectionHandler
HttpConnectionHandler
Handles the request.
class
HttpConnectionHandler
protected abstract
HttpResponseCode
handleRequest
(
out
cstring
response_msg_body
)
Parameters
response_msg_body
cstring
body of the response body
Return Value
Type:
HttpResponseCode
HTTP status code
Meta
Source
See Implementation
ocean
net
http
HttpConnectionHandler
HttpConnectionHandler
aliases
ErrnoException
HttpException
HttpMethod
HttpRequest
HttpResponse
HttpResponseCode
HttpServerException
IOError
IOWarning
constructors
this
functions
handle
handleHttpException
handleHttpServerException
handleRequest
notifyIOException
onResponseSent
request_msg_body_length
reset
variables
default_exception_status_code
http_exception
keep_alive_maxnum
request
response
Handles the request.