Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JRequestConfig

Hierarchy

  • JRequestConfig

Index

Properties

Optional accessToken

accessToken: undefined | string

For request on JMap servers only.

Optional headers

headers: undefined | object

To specify custom headers (Authorization, Content-type, etc) that you might want to use for external ressources.

Optional ignoreJMapAuthorizationHeaderParam

ignoreJMapAuthorizationHeaderParam: undefined | false | true

If true will ignore the JMap authorization headers.

Optional includeHeadersInResponse

includeHeadersInResponse: undefined | false | true

If true will return the header in the response.

Optional params

params: object | string

Body params, that will be passed in the request.

url

url: string

The url to request.