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

[ library, mpl, web ] [ Propose Tags ]

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
Change log ChangeLog.md
Dependencies aeson (>=1.4 && <1.6), base (>=4.12.0.0 && <5), base64-bytestring (>=1.0.0.3 && <1.3), bytestring (>=0.10.8.2 && <0.12), bytestring-conversion (>=0.3 && <0.4), case-insensitive (>=1.2 && <1.3), http-api-data (>=0.4 && <0.5), http-types (>=0.12 && <0.13), mtl (>=2.2 && <2.3), network (>=2.8 && <3.2), template-haskell (>=2.14.0.0 && <3), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3), wai (>=3.2 && <3.3) [details]
License MPL-2.0
Copyright 2020 Raghu Kaippully
Author Raghu Kaippully
Maintainer rkaippully@gmail.com
Category Web
Home page https://github.com/rkaippully/webgear#readme
Bug tracker https://github.com/rkaippully/webgear/issues
Source repo head: git clone https://github.com/rkaippully/webgear
Uploaded by rkaippully at 2021-01-12T01:42:50Z
Distributions NixOS:1.2.0, Stackage:1.2.0
Downloads 828 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-01-12 [all 1 reports]

Readme for webgear-server-0.2.1

[back to package description]

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.