@hackage http-core0.1.0.1
Backend-agnostic HTTP request and response types
Categories
License
BSD-3-Clause
Maintainer
Josh Burgess <joshburgess.webdev@gmail.com>
Links
Versions
Installation
Dependencies (5)
- base >=4.20 && <5
- bytestring >=0.11 && <0.13
- containers >=0.6 && <0.8
- http-types >=0.12 && <0.13
- text >=2.0 && <2.2 Show all…
Dependents (10)
@hackage/spire-websocket, @hackage/acolyte-test, @hackage/spire-grpc, @hackage/acolyte-grpc, @hackage/acolyte-client, @hackage/acolyte, Show all…
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.