Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkaippully/webgear
Moved to https://github.com/haskell-webgear/webgear
https://github.com/rkaippully/webgear
Last synced: 3 months ago
JSON representation
Moved to https://github.com/haskell-webgear/webgear
- Host: GitHub
- URL: https://github.com/rkaippully/webgear
- Owner: rkaippully
- Archived: true
- Created: 2020-07-19T04:12:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T06:47:12.000Z (over 3 years ago)
- Last Synced: 2024-08-02T13:32:27.464Z (6 months ago)
- Language: Haskell
- Homepage: https://rkaippully.github.io/webgear/
- Size: 1.07 MB
- Stars: 38
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGear - HTTP API server
[![Hackage](https://img.shields.io/hackage/v/webgear-server)](https://hackage.haskell.org/package/webgear-server)
[![Build Status](https://img.shields.io/github/workflow/status/rkaippully/webgear/Haskell%20CI/master)](https://github.com/rkaippully/webgear/actions?query=workflow%3A%22Haskell+CI%22+branch%3Amaster)WebGear is a Haskell library for building composable, type-safe HTTP API servers. It focuses on good documentation and
usability.The library is located in the webgear-server package. Some examples are given in the webgear-examples package.