Module client
Source - error
- This module contains a SclClient-specific error type and associated trait implementations.
- verify 🔒
- Error
- The Errors that may occur when processing a
Request. - SclClient
- A wrapper object for a [Client] to provide convenient functions for interacting with the SCL
API.
- SclRequest
- A builder to construct a request object that can be used with the SclClient.
- StatusCode
- An HTTP status code (
status-code in RFC 7230 et al.).
- EventHandler
- A trait for objects which can be passed as EventHandler to the
watch function of a
SclClient.
- reqwest_client
- async_trait