Represents a HTTP request message. This class is a 'partial' request and only defines the path on the server to send a request to. It is each client's responsibility to build the full URL for the final request.

Final

Hierarchy

  • Request

Constructors

Methods

Constructors

  • Parameters

    • method: string

      The HTTP method to use for the request.

    • path: string

      The path on the server to send the request to.

    • Optional opt_data: Object

      This request's non-serialized JSON payload data.

    Returns Request

Methods

  • Returns string

Generated using TypeDoc