barehttp 0.0.1

A minimal, explicit HTTP client for Rust with no_std support and blocking I/O
Documentation
1
2
3
4
5
6
7
// HttpClient unit tests removed - behaviors are tested via:
// - Policy module tests (src/client/tests/test_policy.rs)
// - Transport module tests (src/transport/tests/)
// - Integration tests (tests/config_test.rs, tests/httpbin_test.rs)
//
// Mock-based unit tests don't work with connection pooling since
// sockets are created internally by the pool.