Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 912 Bytes

RemoteResponse.md

File metadata and controls

17 lines (12 loc) · 912 Bytes

RemoteResponse

The RemoteResponse Object ### Description The RemoteResponse object is used to represent information returned from a third-party endpoint. ### Usage Example View the RemoteResponse returned from your DataPassthrough.

Properties

Name Type Description Notes
method str
path str
status int
response {str: (bool, date, datetime, dict, float, int, list, str, none_type)}
response_headers {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
headers {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]

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