Technical Breakdown
bhttp: Binary Representation of HTTP Messages
Today we're releasing confidentsecurity/bhttp, a Go implementation of RFC 9292 Binary Representation of HTTP Messages, or BHTTP for short. Our library's features include: * Encoding and decoding to/from *http.Request and *http.Response types. * Indeterminate-length and known-length BHTTP messages * Encoding/decoding logic that behaves like