xs-http 0.1.0

Instant HTTP API testing suite - type-safe alternative to Postman/curl
Documentation
1
2
3
4
5
6
7
8
pub mod assertions;
pub mod error;
pub mod request;
pub mod response;

pub use error::{Error, Result};
pub use request::{Method, Request};
pub use response::Response;