http-collator 0.3.0

Collates raw network data events into complete HTTP request/response exchanges
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "http-collator"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Collates raw network data events into complete HTTP request/response exchanges"
keywords = ["http", "http2", "collation", "network", "monitoring"]
categories = ["network-programming", "parser-implementations"]

[dependencies]
bytes.workspace = true
dashmap.workspace = true
h2session.workspace = true
http.workspace = true
httparse.workspace = true

[dev-dependencies]
rstest.workspace = true