catalyst 0.2.1

A lightweight API testing tool
Documentation
1
2
3
4
5
pub mod client;
pub mod response;

pub use client::HttpClient;
pub use response::process_response;