Module client

Module client 

Source

Modules§

error
This module contains a SclClient-specific error type and associated trait implementations.
verify 🔒

Structs§

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.).

Traits§

EventHandler
A trait for objects which can be passed as EventHandler to the watch function of a SclClient.

Functions§

reqwest_client

Attribute Macros§

async_trait