webgear-server

Composable, type-safe library to build HTTP API servers

https://github.com/rkaippully/webgear#readme

Version on this page:0.2.0
LTS Haskell 20.26:1.0.5
Stackage Nightly 2024-03-29:1.2.0
Latest on Hackage:1.2.0

See all snapshots webgear-server appears in

MPL-2.0 licensed by Raghu Kaippully
Maintained by [email protected]
This version can be pinned in stack with:webgear-server-0.2.0@sha256:1fb3979386629d99a02b73d7f726be48a3fab801275bd3e7bd064e79677c0239,4521

WebGear - HTTP API server

Hackage Build Status

WebGear is a Haskell library for building composable, type-safe HTTP API servers. It focuses on good documentation and usability.

See the documentation of WebGear module to get started.

Changes

Changelog for webgear-server

Unreleased changes

0.2.0 - 2020-09-11

Added

  • Support GHC 8.10 and 8.6 (#10)
  • Added more traits and middlewares (#7)
  • Performance benchmarks (#6)
  • Set up a website (#13)

Changed

  • A lot of refactorings (#20, #21, #22, #23)

0.1.0 - 2020-08-16

Added

  • Support basic traits and middlewares
  • Automated tests
  • Documentation