Interface: IRequestMessage
Experimental
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.
Properties
baseUrl
baseUrl: string
Experimental
The base url that the request url is joined with.
content
content: any
Experimental
The content of the request.
headers: IHeaders
Experimental
The headers to send along with the request.
method
method: string
Experimental
The HTTP method.
traditional
traditional: boolean
Experimental
Use tradional style for param serialization.
url
url: string
Experimental
The url to submit the request to.
Methods
buildFullUrl()
buildFullUrl(): string
Experimental
Returns
string
The constructed url.