Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 745 Bytes

IntegrationLogClientRequest.md

File metadata and controls

17 lines (12 loc) · 745 Bytes

IntegrationLogClientRequest

HTTP request details included in the log sent by the client.

Properties

Name Type Description Notes
method str
host str HTTP request host from host header.
path str HTTP request path.
request_headers {str: (str,)} HTTP request headers as key-value pairs. [optional]
response_headers {str: (str,)} HTTP response headers as key-value pairs. [optional]
response_status_code int [optional]

[Back to Model list] [Back to API list] [Back to README]