barehttp 0.1.0

Blocking HTTP/1.1 client for no_std + alloc
Documentation
1
2
3
4
//! Private `parser` module must not be reachable from outside the crate.
fn main() {
  let _ = barehttp::parser::has_complete_headers(b"");
}