Request-Lifecycle

    1. is called.
    2. Each HttpRequest is sent through handleRequest.
    3. Each handler is executed.
    4. All responseFinalizers are run.
    5. If res.isDetached == false, all headers, the status code and the response buffer are sent through the actual HttpResponse.