micro-http
micro-http copied to clipboard
A minimal HTTP implementation used by Firecracker
## Reason for This PR It is good for public types to have `std::fmt::Debug` implementations. ## Description of Changes 1. Warns `missing_debug_implementations` lint. 2. Adds `Debug` implementations. ## License Acceptance...
The test should send multiple successful HTTP requests on the same connection and validate the API server does not close connection even for **error** responses.
@jiangliu and @sameo were asking/suggesting to publish our micro_http implementation to crates.io. I am opening this issue to discuss if this is something that we want to do. I don't...
Bumps [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) from `7606478` to `0503867`. Commits 0503867 chore: update codeowners See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...