nyquest-interface 0.4.0

Interface definitions for Nyquest backends
Documentation
1
2
3
4
5
6
7
8
//! HTTP client configuration and building.
//!
//! This module provides types and options for configuring and building
//! HTTP clients in nyquest.

mod options;

pub use options::{CachingBehavior, ClientOptions};