webgear-server

Composable, type-safe library to build HTTP API servers

https://github.com/haskell-webgear/webgear#readme

Version on this page:1.0.1
LTS Haskell 20.26:1.0.5
Stackage Nightly 2024-04-19: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-1.0.1@sha256:e8de1e2699a88c88c9e7ca9909b5a70b7cecd0c8d803a54455db01bf2ce8493e,4991

WebGear - HTTP API server

Hackage

WebGear is a Haskell library for building composable, type-safe HTTP APIs. This package helps to generate WAI applications based on WebGear API specifications.

Changes

Changelog for webgear-server

Unreleased

[1.0.1] - 2022-01-09

Changed

  • Update dependency bounds (#7)

1.0.0 - 2022-01-08

Changed

0.2.1 - 2021-01-11

Changed

  • Upgrade to latest version of LTS and deps

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