IPWorks EDI 2020 Python Edition

Questions / Feedback?

request_headers_string Property

The HTTP headers in the AS2 request.

Syntax

def get_request_headers_string() -> str: ...
def set_request_headers_string(value: str) -> None: ...

request_headers_string = property(get_request_headers_string, set_request_headers_string)

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 request_headers.

When assigning an AS2 request to the class, the headers may be included in request or specified separately in request_headers. If the headers are included in request they will be parsed out whenever read_request, parse_request, or process_request is invoked.

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