Expand description
Adapted from https://github.com/cloudflare/cloudflare-rs
Re-exports§
pub use reqwest;pub use reqwest_middleware;pub use url;
Structs§
Enums§
Traits§
- Endpoint
- Represents a specification for an API call that can be built into an HTTP request and sent. New endpoints should implement this trait.
Functions§
- serialize_
query - A utility function for serializing parameters into a URL query string.