/// HTTP functionality for interfacing with Square APIs pub mod client; mod headers; mod http_response; pub use headers::Headers; pub use http_response::HttpResponse;