Open Policy Agent TypeScript Packages
    Preparing search index...
    type RequestInput = {
        options?: RequestInit;
        url: URL;
    }
    Index

    Properties

    Properties

    options?: RequestInit

    Options used to create a Request.

    url: URL

    The URL the request will use.