HTTPServerResponse.this

Undocumented in source.
  1. this(HTTPServerResponseData* data)
  2. this(Stream conn, ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc)
    struct HTTPServerResponse
    @safe @safe
    static if(!is(Stream == InterfaceProxy!Stream))
    this
    (
    Stream conn
    ,
    ConnectionStream raw_connection
    ,,
    IAllocator req_alloc
    )
  3. this(InterfaceProxy!Stream conn, InterfaceProxy!ConnectionStream raw_connection, HTTPServerSettings settings, IAllocator req_alloc)

Meta