webgear-core: Composable, type-safe library to build HTTP APIs

[ library, mpl, web ] [ Propose Tags ]
Versions [RSS] 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 arrows (>=0.4 && <0.5), base (>=4.13.0.0 && <4.17), bytestring (>=0.10.10.1 && <0.12), case-insensitive (>=1.2 && <1.3), filepath (>=1.4 && <1.5), http-api-data (>=0.4.2 && <0.6), http-media (>=0.8 && <0.9), http-types (>=0.12 && <0.13), jose (>=0.8.3.1 && <0.10), mime-types (>=0.1 && <0.2), network (>=3.1 && <3.2), safe-exceptions (>=0.1 && <0.2), tagged (>=0.8 && <0.9), template-haskell (>=2.15.0.0 && <2.19), text (>=1.2.0.0 && <2.1), unordered-containers (>=0.2 && <0.3), wai (>=3.2 && <3.3) [details]
License MPL-2.0
Copyright 2020-2021 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 2022-06-26T12:29:36Z
Distributions NixOS:1.2.0, Stackage:1.2.0
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 496 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-06-26 [all 1 reports]

Readme for webgear-core-1.0.3

[back to package description]

WebGear - Core HTTP APIs

Hackage

WebGear is a Haskell library for building composable, type-safe HTTP API servers.

This package defines the core components of WebGear used to define APIs.