rama-net 0.3.0

rama network types and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! http net support added as part of rama's net support
//!
//! See `rama-http` and `rama-http-backend` for most
//! http support. In this module lives only the stuff
//! directly connected to `rama-net` types.

pub mod server;

pub mod uri;

mod version;
#[doc(inline)]
pub use version::{InvalidVersion, TargetHttpVersion, Version};