IPWorks EDI 2020 Python Edition

Questions / Feedback?

read_request Method

Reads the AS2 request from the HTTP session.

Syntax

def read_request() -> None: ...

Remarks

on_read_request reads the AS2 request from the content of the request (and optionally the request_headers_string) property. The class will parse the request from request. The headers will be read into request_headers. Finally, the class will parse the headers and populate the following properties:

parse_request may be used to scan the entire message.

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