then

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void then(RequestSendThen r, T handler, ErrorHandler onError)
    @trusted
    void
    then
    (
    T
    CtxT = void
    )
    if (
    isFunction!T ||
    isFunctionPointer!T
    )
  2. void then(TR tr, T handler, ErrorHandler onError)

Meta