Show / Hide Table of Contents

    GetHeaderValue Procedure

    Codeunit Http Helper

    Gets the value of a header, if it exists. If there are more than one value this function throws an error.

    Signature

    GetHeaderValue(Headers: HttpHeaders; Name: Text) : Text
    

    Parameters

    Headers HttpHeaders

    The Headers object.

    Name Text

    The name of the header to get.

    Returns

    Text

    The first value of the header, returns empty string if header not found.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX