The HTTP input, which contains the HTTP request.

interface IActionHttp {
    context: IActionContext;
    init?: RequestInit;
    input: RequestInfo;
}

Hierarchy (view full)

Properties

Properties

The input context that is passed through by actors.

init?: RequestInit
input: RequestInfo