From fb5291c3533ba51578c954122872864af4bce675 Mon Sep 17 00:00:00 2001 From: An Long Date: Sat, 24 Apr 2021 20:20:09 +0800 Subject: [PATCH] Add request --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 795c879..acc2997 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A curated list of awesome Haskell frameworks, libraries and software. +* [aisk/request](https://github.com/aisk/request) - HTTP client for haskell, inpired by requests and http-dispatch. * [koalaman/shellcheck](https://github.com/koalaman/shellcheck) - ShellCheck, a static analysis tool for shell scripts * [jgm/pandoc](https://github.com/jgm/pandoc) - Universal markup converter * [PostgREST/postgrest](https://github.com/PostgREST/postgrest) - REST API for any Postgres database