HttpRequestInfo Class
The Http request info.
- Inheritance
-
HttpRequestInfo
Constructor
HttpRequestInfo(*, client_request_id: Optional[str] = None, client_ip_address: Optional[str] = None, method: Optional[str] = None, uri: Optional[str] = None, **kwargs)
Variables
- client_request_id
- str
the client request id.
- client_ip_address
- str
the client Ip Address.
- method
- str
the Http request method.
- uri
- str
the Uri.
Feedback
Submit and view feedback for