Request-Lifecycle
- is called.
- Each
HttpRequest
is sent throughhandleRequest
. - Each handler is executed.
- All
responseFinalizers
are run. - If
res.isDetached == false
, all headers, the status code and the response buffer are sent through the actualHttpResponse
.