• Construct a new request

    Parameters

    • method: string

      Request method

    • path: string

      Request path

    • Optional init: RequestInit

      Additional options

    Returns Request

    A constructed request, this still needs to be sent with a optional body

Generated using TypeDoc