jimpex
    Preparing search index...

    Type Alias GatewayControllerRequest

    The information for a request the controller will make.

    type GatewayControllerRequest = {
        options: HTTPFetchOptions;
        url: string;
    }
    Index

    Properties

    Properties

    The options for the fetch client that will make the requests.

    url: string

    The URL for the request.