All Projects → xuwei-k → Httpz

xuwei-k / Httpz

purely functional http client with scalaz.Free

Programming Languages

scala
5932 projects
scalaz
18 projects

Projects that are alternatives of or similar to Httpz

Wretch
A tiny wrapper built around fetch with an intuitive syntax. 🍬
Stars: ✭ 2,285 (+3310.45%)
Mutual labels:  json, http-client
Restc Cpp
Modern C++ REST Client library
Stars: ✭ 371 (+453.73%)
Mutual labels:  json, http-client
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+79082.09%)
Mutual labels:  json, http-client
Alembic
⚗️ Functional JSON Parser - Linux Ready 🐧
Stars: ✭ 115 (+71.64%)
Mutual labels:  monad, json
Ky
🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API
Stars: ✭ 7,047 (+10417.91%)
Mutual labels:  json, http-client
Zio Tls Http
100% non-blocking, Java NIO only( inspired by zio-nio) , JSON HTTP server based on Scala ZIO library. Everything including TLS encryption modeled as ZIO effects, convenient route DSL similar to https4s, up to 30K TPS local JSON transaction with 25 threads on 6 cores(i7) with ZIO fibers.
Stars: ✭ 71 (+5.97%)
Mutual labels:  json, http-client
Php Curl Class
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
Stars: ✭ 2,903 (+4232.84%)
Mutual labels:  json, http-client
Servicestack.text
.NET's fastest JSON, JSV and CSV Text Serializers
Stars: ✭ 1,157 (+1626.87%)
Mutual labels:  json, http-client
Restclient
🦄 Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! 🎮
Stars: ✭ 675 (+907.46%)
Mutual labels:  json, http-client
Poco
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
Stars: ✭ 5,762 (+8500%)
Mutual labels:  json, http-client
Lithium
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
Stars: ✭ 523 (+680.6%)
Mutual labels:  json, http-client
Json Api Dart
JSON:API client for Dart/Flutter
Stars: ✭ 53 (-20.9%)
Mutual labels:  json, http-client
Tech1 Benchmarks
Java JMH Benchmarks repository. No Longer Supported.
Stars: ✭ 50 (-25.37%)
Mutual labels:  json, http-client
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+12331.34%)
Mutual labels:  json, http-client
Simplify Core
Simplify 为简化重复的JAVA代码而生,基于JDK8,无其它jar包依赖,提供序列化,json parse/generator,日期处理,asm && jdkproxy 实现动态代理功能 等常见操作。
Stars: ✭ 65 (-2.99%)
Mutual labels:  json
Startup Matrix
Startup Matrix exported to CSV, JSON, Markdown and HTML formats. Credits to original article by Eric Stromberg.
Stars: ✭ 66 (-1.49%)
Mutual labels:  json
Grules
A simple, but expandable, rules engine for Go
Stars: ✭ 65 (-2.99%)
Mutual labels:  json
Inspec tools
A command-line and ruby API of utilities, converters and tools for creating, converting and processing security baseline formats, results and data
Stars: ✭ 65 (-2.99%)
Mutual labels:  json
Dictfier
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
Stars: ✭ 67 (+0%)
Mutual labels:  json
Zzzjson
The fastest JSON parser written in pure C
Stars: ✭ 66 (-1.49%)
Mutual labels:  json

httpz

latest stable version

libraryDependencies += "com.github.xuwei-k" %% "httpz-scalaj" % "0.7.0"

or

libraryDependencies += "com.github.xuwei-k" %% "httpz-apache" % "0.7.0"

or

libraryDependencies += "com.github.xuwei-k" %% "httpz-native" % "0.7.0"

or

libraryDependencies += "com.github.xuwei-k" %% "httpz-async" % "0.7.0"

for scalaz 7.1.x

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