Crate longbridge_httpcli

Source
Expand description

Longbridge OpenAPI HTTP client

Structs§

HttpClient
Longbridge HTTP client
HttpClientConfig
Configuration options for Http client
Json
A JSON payload
Method
The Request Method (VERB)
RequestBuilder
A request builder

Enums§

HttpClientError
Http client error type
QsError
Query string serialization error

Traits§

FromPayload
Represents a type that can parse from payload
ToPayload
Represents a type that can convert to payload

Type Aliases§

HttpClientResult
Http client result type