TaskHttpConnectionHandler.this

Constructor

Uses the default request message parser/response generator settings. That means, the request parser will be set up for request methods without a message body, such as GET or HEAD (in contrast to POST or PUT which have a message body).

  1. this(FinalizeDg finalizer, HttpMethod[] supported_methods)
    class TaskHttpConnectionHandler
    protected
    this
  2. this(FinalizeDg finalizer, HttpRequest request, HttpResponse response, HttpMethod[] supported_methods)

Parameters

finalizer FinalizeDg

finalizer callback of the select listener

supported_methods HttpMethod[]

list of supported HTTP methods

Meta