webgear-swagger

Composable, type-safe library to build HTTP API servers

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

Stackage Nightly 2024-04-27:1.2.0
Latest on Hackage:1.2.0

See all snapshots webgear-swagger appears in

MPL-2.0 licensed by Raghu Kaippully
Maintained by [email protected]
This version can be pinned in stack with:webgear-swagger-1.2.0@sha256:c0208d0764dbd6c923d217ddb45ba1d7120818392674988d589b424a513caf04,3553

WebGear - HTTP API server

Hackage

WebGear is a Haskell library for building composable, type-safe HTTP APIs. This package helps to generate Swagger 2.0 specifications from WebGear API specifications.

Changes

Changelog for webgear-swagger

Unreleased

1.2.0 - 2024-03-18

Added

  • Prerequisite traits (#37)

1.1.1 - 2024-01-01

Changed

  • Updated dependency bounds and GHC versions (#35)

1.1.0 - 2023-12-29

Added

  • Streaming responses support (#26)
  • Support for cookies (#29)
  • Support file uploads (#32)
  • First version of webgear-swagger