All Projects → FluentRest → Similar Projects or Alternatives

171 Open source projects that are alternatives of or similar to FluentRest

Rest Client
A tool for automated testing REST API, generating exquisite testing report and REST API documentation.
Stars: ✭ 1,181 (+2087.04%)
Mutual labels:  httpclient, rest-client
HttpClientFactory.Azure.Functions
[Archived] Azure Functions and Azure WebJobs binding extensions for HttpClientFactory. This is no longer the best approach: https://www.tpeczek.com/2019/10/alternative-approach-to-httpclient-in.html
Stars: ✭ 14 (-74.07%)
Mutual labels:  httpclient, httpclientfactory
Fluentlyhttpclient
Http Client for .NET Standard with fluent APIs which are intuitive, easy to use and also highly extensible.
Stars: ✭ 73 (+35.19%)
Mutual labels:  httpclient, rest-client
Tiny.restclient
Simpliest Fluent REST client for .NET
Stars: ✭ 158 (+192.59%)
Mutual labels:  httpclient, rest-client
Restclient
🦄 Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! 🎮
Stars: ✭ 675 (+1150%)
Mutual labels:  httpclient, rest-client
RestSharpFramework
Framework for testing RESTful Services with RestSharp and C# HTTP Client
Stars: ✭ 18 (-66.67%)
Mutual labels:  httpclient, rest-client
Httplug
HTTPlug, the HTTP client abstraction for PHP
Stars: ✭ 2,295 (+4150%)
Mutual labels:  httpclient
Httpclientutil
HttpClient工具类,简单轻松的实现get,post,put和delete请求
Stars: ✭ 165 (+205.56%)
Mutual labels:  httpclient
Ionic3 Angular43 Httpclient
Example of Ionic 3 and the new Angular 4.3 HTTPClient
Stars: ✭ 20 (-62.96%)
Mutual labels:  httpclient
Gout
gout to become the Swiss Army Knife of the http client @^^@---> gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues
Stars: ✭ 749 (+1287.04%)
Mutual labels:  httpclient
rawhttp
Raw HTTP client in Go for complete request control and customization.
Stars: ✭ 100 (+85.19%)
Mutual labels:  httpclient
Http Api Invoker
一个让http接口调用跟调用本地方法一样自然优雅的项目
Stars: ✭ 147 (+172.22%)
Mutual labels:  httpclient
Urllib
Request HTTP(s) URLs in a complex world
Stars: ✭ 600 (+1011.11%)
Mutual labels:  httpclient
Aspnetcore Practice
ASP.NET Core 專案練習集合,ASP.NET Core Practice Projects
Stars: ✭ 80 (+48.15%)
Mutual labels:  httpclient
esa-httpclient
An asynchronous event-driven HTTP client based on netty.
Stars: ✭ 82 (+51.85%)
Mutual labels:  httpclient
Httpclientfactory
safe HttpClient For netcore And netframework
Stars: ✭ 64 (+18.52%)
Mutual labels:  httpclient
Rump
REST client for Java that allows for easy configuration and default values. Allows for quick request construction and a huge range of modifications by using response/request interceptors, adjusting default values related to HTTP requests and creating custom instances for when you need multiple API connection setups.
Stars: ✭ 55 (+1.85%)
Mutual labels:  rest-client
Golang Tls
Simple Golang HTTPS/TLS Examples
Stars: ✭ 857 (+1487.04%)
Mutual labels:  httpclient
Curlsharp
CurlSharp - .Net binding and object-oriented wrapper for libcurl.
Stars: ✭ 153 (+183.33%)
Mutual labels:  httpclient
Mtrans
Multi-source Translation
Stars: ✭ 711 (+1216.67%)
Mutual labels:  httpclient
smart-api-framework
smart api automation framework to support web service api automaton test based on testng and httpclient
Stars: ✭ 15 (-72.22%)
Mutual labels:  httpclient
Networking
⚡️ Elegantly connect to a REST JSON Api. URLSession + Combine + Decodable + Generics = <3
Stars: ✭ 499 (+824.07%)
Mutual labels:  httpclient
Httptracer
Stars: ✭ 142 (+162.96%)
Mutual labels:  httpclient
Easyhttp
Android 网络请求框架,简单易用,so easy
Stars: ✭ 423 (+683.33%)
Mutual labels:  httpclient
Ws
⚠️ Deprecated - (in favour of Networking) ☁️ Elegantly connect to a JSON api. (Alamofire + Promises + JSON Parsing)
Stars: ✭ 352 (+551.85%)
Mutual labels:  httpclient
acfs
API client for services
Stars: ✭ 13 (-75.93%)
Mutual labels:  rest-client
Milkomeda
Spring extend componets which build from experience of bussiness, let developers to develop with Spring Boot as fast as possible.(基于Spring生态打造的一系列来自业务上的快速开发模块集合。)
Stars: ✭ 117 (+116.67%)
Mutual labels:  httpclient
Korio
Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3
Stars: ✭ 282 (+422.22%)
Mutual labels:  httpclient
House
微信公众号:程序员博博。有完整版的PDF下载。
Stars: ✭ 85 (+57.41%)
Mutual labels:  httpclient
Yurunhttp
YurunHttp 是开源的 PHP HTTP 客户端,支持链式操作,简单易用。完美支持Curl、Swoole 协程。QQ群:17916227
Stars: ✭ 197 (+264.81%)
Mutual labels:  httpclient
Cashew
A simple and elegant yet powerful HTTP client cache for .NET
Stars: ✭ 70 (+29.63%)
Mutual labels:  httpclient
Book118 Downloader
基于java的book118文档下载器
Stars: ✭ 187 (+246.3%)
Mutual labels:  httpclient
Sttp
The Scala HTTP client you always wanted!
Stars: ✭ 1,078 (+1896.3%)
Mutual labels:  httpclient
angular-httpclient
Angular 15 Example HttpClient
Stars: ✭ 21 (-61.11%)
Mutual labels:  httpclient
Request.swift
A tiny HTTP client written in swift. URLSession alternative
Stars: ✭ 14 (-74.07%)
Mutual labels:  httpclient
RepositoryHelpers
📦 Extensions for HttpClient and Custom Repository based on dapper
Stars: ✭ 22 (-59.26%)
Mutual labels:  httpclient
Headerpropagation
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests. This is a backport to ASP.NET Core 2.1 (and 2.2) of the ASP.NET Core HeaderPropagation middleware I had recently contributed to the ASP.NET Core project.
Stars: ✭ 23 (-57.41%)
Mutual labels:  httpclient
HttpClientMock
Library for mocking Apache HttpClient.
Stars: ✭ 41 (-24.07%)
Mutual labels:  httpclient
Heimdall
An enhanced HTTP client for Go
Stars: ✭ 2,132 (+3848.15%)
Mutual labels:  httpclient
Httpclient Interception
A .NET Standard library for intercepting server-side HTTP dependencies
Stars: ✭ 108 (+100%)
Mutual labels:  httpclient
EfficientHttpClient
Source code illustrating how to make efficient HttpClient api calls in C#
Stars: ✭ 48 (-11.11%)
Mutual labels:  httpclient
Mockhttp
Testing layer for Microsoft's HttpClient library. Create canned responses using a fluent API.
Stars: ✭ 623 (+1053.7%)
Mutual labels:  httpclient
simple-http
抽取一个简单 HTTP 的通用接口,底层实现根据具体引入依赖指定。
Stars: ✭ 38 (-29.63%)
Mutual labels:  httpclient
Ureq
Minimal request library in rust.
Stars: ✭ 545 (+909.26%)
Mutual labels:  httpclient
Funiture
慕课网课程推荐 Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等
Stars: ✭ 1,786 (+3207.41%)
Mutual labels:  httpclient
Guzzle
Guzzle, an extensible PHP HTTP client
Stars: ✭ 21,384 (+39500%)
Mutual labels:  httpclient
Kreya
Kreya is a GUI client for gRPC and REST APIs with innovative features for environments, authorizations and more.
Stars: ✭ 217 (+301.85%)
Mutual labels:  rest-client
Go Httpclient
Advanced HTTP client for golang
Stars: ✭ 390 (+622.22%)
Mutual labels:  httpclient
Mootool
A handy tool set for developers. 开发者常备小工具
Stars: ✭ 141 (+161.11%)
Mutual labels:  httpclient
Manong Ssm
基于SSM框架的Java电商项目
Stars: ✭ 306 (+466.67%)
Mutual labels:  httpclient
oanda api
A ruby client for the Oanda REST API.
Stars: ✭ 35 (-35.19%)
Mutual labels:  rest-client
cast
Go http request library
Stars: ✭ 20 (-62.96%)
Mutual labels:  httpclient
Webapiclient
An open source project based on the HttpClient. You only need to define the c# interface and modify the related features to invoke the client library of the remote http interface asynchronously.
Stars: ✭ 1,618 (+2896.3%)
Mutual labels:  httpclient
crawler
A simple and flexible web crawler framework for java.
Stars: ✭ 20 (-62.96%)
Mutual labels:  httpclient
Angular11 App
Angular 11 ,Bootstrap 5, Node.js, Express.js, CRUD REST API, PWA, SSR, SEO, Angular Universal, Lazy Loading, PostgreSQL, MYSQL
Stars: ✭ 233 (+331.48%)
Mutual labels:  httpclient
mtxclient
Client API library for Matrix, built on top of Boost.Asio
Stars: ✭ 21 (-61.11%)
Mutual labels:  httpclient
Api Client Generator
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Stars: ✭ 92 (+70.37%)
Mutual labels:  httpclient
restio
HTTP Client for Dart inspired by OkHttp
Stars: ✭ 46 (-14.81%)
Mutual labels:  rest-client
WebApiClient.Extensions
WebApiClient项目的第三方扩展:Autofac、DependencyInjection、HttpClientFactory、SteeltoeOSS.Discovery、MessagePack、Protobuf、Json-Rpc
Stars: ✭ 73 (+35.19%)
Mutual labels:  httpclientfactory
restish
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
Stars: ✭ 453 (+738.89%)
Mutual labels:  rest-client
1-60 of 171 similar projects