@hackage http-core0.1.0.0

Backend-agnostic HTTP request and response types

Shared HTTP vocabulary types that are independent of any specific server backend (warp, snap, etc.) or middleware framework. . This is the Haskell equivalent of Rust's http crate: a tiny, stable package defining Request and Response types that everyone depends on. WAI, warp, and other backends are confined to adapter packages; this package knows nothing about them.