RequestHeadersString Property

The HTTP headers in the AS2 request.

Object Oriented Interface

public function getRequestHeadersString();
public function setRequestHeadersString($value);

Procedural Interface

ipworksedi_as2receiver_get($res, 59 );
ipworksedi_as2receiver_set($res, 59, $value );

Default Value

''

Remarks

The entire list of headers, concatenated into a single string. These will include AS2- specific headers as well as general HTTP headers. You may access specific headers through RequestHeaders.

When assigning an AS2 request to the class, the headers may be included in Request or specified separately in RequestHeaders. If the headers are included in Request they will be parsed out whenever ReadRequest, ParseRequest, or ProcessRequest is invoked.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 PHP Edition - Version 20.0 [Build 8203]