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

[ library, mpl, web ] [ Propose Tags ]

WebGear is a library to for building composable, type-safe HTTP APIs. See the documentation of WebGear.Core module to get started.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
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 && <0.5), 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 && <1.3), 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
Revised Revision 1 made by rkaippully at 2022-01-08T12:43:50Z
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-01-08T12:30:26Z
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-01-08 [all 1 reports]

Readme for webgear-core-1.0.0

[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.