ghttp 0.2.0

A Rust crate for building HTTP clients and servers with a focus on performance, ease of use, and global configurations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
### v0.2.0

- Added the url crate
- Improved the documentation

### v0.1.0

- Added status module
- Added http crate

### v0.0.0

- init