A simple HTTP/1.1 client and server.
- Arbitrary headers
- JSON serialization/deserialization with serde_json
- XML serialization/deserialization with quick-xml
GET
,POST
,PUT
,DELETE
,PATCH
,OPTIONS
methods
View all examples in examples directory, and run them with cargo run --package example-<name>
.