SpecialRequest

Embodies the notion of a special request a plugin issues to the main thread.

interface SpecialRequest {}

Members

Functions

context
string context()

String context of the request.

fiber
Fiber fiber()

Fiber embedded into the request.

Meta