webgear-server

Composable, type-safe library to build HTTP API servers

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

Version on this page:1.0.3
LTS Haskell 20.26:1.0.5
Stackage Nightly 2024-04-25: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.3@sha256:382aaba20250bdc62b2d8be67c04ee386119b5773b33f1e8bf54c14f3f009f44,5016

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.3 - 2022-06-26

Changed

  • Upgrade to latest http-api-data (#10)
  • Nix flake based development environment

1.0.2 - 2022-06-11

Changed

  • Upgrade to latest GHC versions (#9)

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