Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.