Http Helper
Help functions for Http objects.
Object Definition
Object Type | Codeunit |
Object ID | 70327100 |
Object Name | QWETB Http Helper |
Procedures
Name | Description |
---|---|
AddHeaderValue(HttpHeaders; Text; Variant) | Adds a header with a value. If the header existed since before it is first removed, resulting in this new value being the only value for this header. |
GetHeaderValue(HttpHeaders; Text): Text | Gets the value of a header, if it exists. If there are more than one value this function throws an error. |
GetHeaderValues(HttpHeaders; Text; List of [Text]): Integer | Gets the values of a header, if it exists. |
RemoveHeader(HttpHeaders; Text) | Removes a header if it exists. |
This documentation is generated from Smart Toolbox v27.0