Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Request<T>

The Gobits request object that contains the information about the request.

Type parameters

  • T = any

Hierarchy

  • Request

Index

Constructors

constructor

Properties

body

body: null | T

headers

headers: Headers

The headers to be sent with the request

Readonly method

method: RequestMethod

Readonly opts

query

query: {}

The query parameters to be sent with the request, in json object format

Type declaration

  • [param: string]: string | number

url

url: string

The url of the request

Generated using TypeDoc