SpecialRequestImpl.this

Constructor.

  1. this(string context, CarryingFiber!T fiber)
    class SpecialRequestImpl(T)
    this
  2. this(string context, void delegate() dg)

Parameters

context string

String context of the request.

fiber CarryingFiber!T

CarryingFiber to embed into the request.

Meta