Edit

Share via


TestHttpRequestMessage Data type

Version: Available or changed with runtime version 15.0.

Represents a test HTTP request message.

Instance methods

The following methods are available on instances of the TestHttpRequestMessage data type.

Method name Description
HasSecretUri() true if the request has a secret URI set, otherwise false.
Path() Gets the path of the HTTP request unless a secret URI was set, in which case it's an empty string.
QueryParameters() Gets the query parameters of the HTTP request if the request does not have a secret URI, otherwise an empty Dictionary.
RequestType() Gets the HTTP method type.

Getting started with AL
Developing extensions