Skip to content

ReqorMiddlewareContext

ts
type ReqorMiddlewareContext = {
    url: string;
    init: RequestInit;
    sub: ReqorSub;
}

Properties

.url: string;

The url for which the middleware context is running

.init: RequestInit;

sub: ReqorSub;