@hackage / http-core

Backend-agnostic HTTP request and response types

Latest0.1.0.1

About

Metadata

  • Last updated , by joshburgess
  • License BSD-3-Clause
  • Maintained by: Josh Burgess <joshburgess.webdev@gmail.com>

  • Lottery factor: 1

Links

Installation

Readme

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.