Types an HTTP request. Only the url and verb fields are required, if others are not provided it defaults to a request with empty or no body with binary type.

Hierarchy

  • HttpRequest

Methods

  • Transforms this HttpRequest instance in a Fetch Request object.

    Returns Request

    a fetch request that is a translation of this instance

Generated using TypeDoc