Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRequestMessage

preview

This API is in preview and not ready for production use. Expect breaking changes in the future. Represents a request message. This is a subset of the Aurelia RequestMessage class.

Hierarchy

  • IRequestMessage

Index

Properties

baseUrl

baseUrl: string

The base url that the request url is joined with.

content

content: any

The content of the request.

headers

headers: IHeaders

The headers to send along with the request.

method

method: string

The HTTP method.

traditional

traditional: boolean

Use tradional style for param serialization.

url

url: string

The url to submit the request to.

Methods

buildFullUrl

  • buildFullUrl(): string
  • Builds the url to make the request from.

    Returns string

    The constructed url.