Edit

Share via


TestHttpResponseMessage.Headers() Method

Version: Available or changed with runtime version 15.0.

Gets the HTTP response's HTTP headers.

Syntax

Headers :=   TestHttpResponseMessage.Headers()

Note

This method can be invoked using property access syntax.

Parameters

TestHttpResponseMessage
 Type: TestHttpResponseMessage
An instance of the TestHttpResponseMessage data type.

Return Value

Headers
 Type: HttpHeaders
The HTTP headers.

TestHttpResponseMessage data type
Getting started with AL
Developing extensions