IPWorks EDI 2020 Python Edition

Questions / Feedback?

request Property

The HTTP request to be processed.

Syntax

def get_request() -> bytes: ...
def set_request(value: bytes) -> None: ...

request = property(get_request, set_request)

Default Value

""

Remarks

The body of the request to be processed. The HTTP headers may be set separately in request_headers or may be included in request. If they are included, a double CRLF pair should be used to separate the headers from the body.

When parse_request or process_request is invoked, the contents of request are lost and you can read the processed data in edi_data.

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