webgear-server: Composable, type-safe library to build HTTP API servers

[ library, mpl, web ] [ Propose Tags ] [ Report a vulnerability ]

WebGear is a library to for building composable, type-safe HTTP API servers. WebGear focuses on good documentation and usability. See the documentation of WebGear module to get started.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 1.4.0
Change log CHANGELOG.md
Dependencies aeson (>=2.1 && <2.3), arrows (>=0.4 && <0.5), base (>=4.17.0.0 && <4.22), base64-bytestring (>=1.2.1.0 && <1.3), binary (>=0.8.0.0 && <0.9), bytestring (>=0.11.0.0 && <0.13), cookie (>=0.4.5 && <0.6), http-api-data (>=0.5 && <0.7), http-media (>=0.8 && <0.9), http-types (>=0.12 && <0.13), jose (>=0.10 && <0.12), monad-time (>=0.4.0.0 && <0.5), mtl (>=2.2 && <2.4), resourcet (>=1.2 && <1.4), text (>=2.0 && <2.2), text-conversions (>=0.3 && <0.4), wai (>=3.2 && <3.3), wai-extra (>=3.1 && <3.2), webgear-core (>=1.4.0 && <1.5) [details]
License MPL-2.0
Copyright 2020-2025 Raghu Kaippully
Author Raghu Kaippully
Maintainer rkaippully@gmail.com
Category Web
Home page https://github.com/haskell-webgear/webgear#readme
Bug tracker https://github.com/haskell-webgear/webgear/issues
Source repo head: git clone https://github.com/haskell-webgear/webgear
Uploaded by rkaippully at 2025-05-19T04:20:47Z
Distributions LTSHaskell:1.3.1, NixOS:1.3.1, Stackage:1.4.0
Downloads 1275 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-05-19 [all 1 reports]

Readme for webgear-server-1.4.0

[back to package description]

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.