All Projects → snoyberg → Http Client

snoyberg / Http Client

An HTTP client engine, intended as a base layer for more user-friendly packages.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Http Client

Httpoison
Yet Another HTTP client for Elixir powered by hackney
Stars: ✭ 2,006 (+837.38%)
Mutual labels:  http-client
Zio Http
A scala library to write Http apps.
Stars: ✭ 162 (-24.3%)
Mutual labels:  http-client
Ob Http
make http request within org-mode babel
Stars: ✭ 191 (-10.75%)
Mutual labels:  http-client
Libhv
🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.
Stars: ✭ 3,355 (+1467.76%)
Mutual labels:  http-client
Crest
HTTP and REST client for Crystal
Stars: ✭ 174 (-18.69%)
Mutual labels:  http-client
Wretch
A tiny wrapper built around fetch with an intuitive syntax. 🍬
Stars: ✭ 2,285 (+967.76%)
Mutual labels:  http-client
Curlsharp
CurlSharp - .Net binding and object-oriented wrapper for libcurl.
Stars: ✭ 153 (-28.5%)
Mutual labels:  http-client
Fluenthttpclient
A modern async HTTP client for REST APIs. Its fluent interface lets you send an HTTP request and parse the response in one go.
Stars: ✭ 208 (-2.8%)
Mutual labels:  http-client
Grab
Web Scraping Framework
Stars: ✭ 2,147 (+903.27%)
Mutual labels:  http-client
Play Ws
Standalone Play WS, an async HTTP client with fluent API
Stars: ✭ 190 (-11.21%)
Mutual labels:  http-client
Http4s
A minimal, idiomatic Scala interface for HTTP
Stars: ✭ 2,173 (+915.42%)
Mutual labels:  http-client
Resilient.js
Fault tolerant and reactive HTTP client for node.js and browsers
Stars: ✭ 172 (-19.63%)
Mutual labels:  http-client
Httplug
HTTPlug, the HTTP client abstraction for PHP
Stars: ✭ 2,295 (+972.43%)
Mutual labels:  http-client
Httpclientutil
HttpClient工具类,简单轻松的实现get,post,put和delete请求
Stars: ✭ 165 (-22.9%)
Mutual labels:  http-client
Rester
A REST client for almost any web service (Firefox and Chrome Extension)
Stars: ✭ 192 (-10.28%)
Mutual labels:  http-client
Gh Got
Convenience wrapper for Got to interact with the GitHub API
Stars: ✭ 156 (-27.1%)
Mutual labels:  http-client
Fshttp
A lightweight F# HTTP library.
Stars: ✭ 181 (-15.42%)
Mutual labels:  http-client
Aleph
Asynchronous communication for Clojure
Stars: ✭ 2,389 (+1016.36%)
Mutual labels:  http-client
Donkey
Modern Clojure HTTP server and client built for ease of use and performance
Stars: ✭ 199 (-7.01%)
Mutual labels:  http-client
Http Kit
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
Stars: ✭ 2,234 (+943.93%)
Mutual labels:  http-client

http-client megarepo

Build Status

This is a mega-repo for housing the http-client family of packages for Haskell. These packages provide a low level HTTP client engine (http-client), different backends for providing SSL support (http-client-tls and http-client-openssl), and higher-level APIs for user convenience (http-conduit).

Please check out the tutorial.

Due to Haddock pulling the documentation directly from http-client, some "Since" notations give the version numbers of the http-client package. For reference, http-client-0.5.0 corresponds to http-conduit-2.2.0, and http-client-0.4.30 corresponds to http-conduit-2.1.11 .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].