bongonet-http 0.4.0

HTTP request and response header types for Bongonet.
Documentation
  • Coverage
  • 93.55%
    29 out of 31 items documented0 out of 27 items with examples
  • Size
  • Source code size: 42.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NxPKG

HTTP header objects that preserve http header cases

Although HTTP header names are supposed to be case-insensitive for compatibility, proxies ideally shouldn't alter the HTTP traffic, especially the headers they don't need to read.

This crate provide structs and methods to preserve the headers in order to build a transparent proxy.