packet-dissector-http 0.1.0

HTTP/1.1 (RFC 9112) dissector for packet-dissector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# packet-dissector-http

HTTP/1.1 (RFC 9112) dissector for packet-dissector

This crate is part of the [`packet-dissector`](https://crates.io/crates/packet-dissector)
ecosystem. It is used automatically when you enable the `http` feature flag
on the main crate:

```toml
[dependencies]
packet-dissector = { version = "0.1", features = ["http"] }
```

You generally do not need to depend on this crate directly.