HTTPConfiguration Class
HTTP configuration of the connectivity check.
- Inheritance
-
HTTPConfiguration
Constructor
HTTPConfiguration(*, method: typing.Union[str, _ForwardRef('HTTPMethod'), NoneType] = None, headers: typing.Union[typing.List[_ForwardRef('HTTPHeader')], NoneType] = None, valid_status_codes: typing.Union[typing.List[int], NoneType] = None, **kwargs)
Parameters
- method
- str or HTTPMethod
HTTP method. Possible values include: "Get".
- headers
- list[HTTPHeader]
List of HTTP headers.
Feedback
Submit and view feedback for