http-client.md
July 15, 2021 · View on GitHub
Bookmarks tagged [http-client]
www.codever.land/bookmarks/t/http-client
Caching with RxJs Observables in Angular
https://www.syntaxsuccess.com/viewarticle/caching-with-rxjs-observables-in-angular-2.0
Simple caching with observables and publishReplay(1) and refCount
- :calendar: published on: 2016-04-23
- tags: angular, caching, rxjs, observable, http-client
- :octocat: source code
Angular HTTP Client - QuickStart Guide
https://blog.angular-university.io/angular-http/
Complete Guide on Angular HTTP: Learn how to do common HTTP operations: GET, PUT, PATCH, DELETE, POST, Error Handling, Interceptors, etc.
- tags: angular, http-client
Unirest Java Documentation
http://kong.github.io/unirest-java/
Unirest in Java: Simplified, lightweight HTTP client library.
- tags: java, unirest, http-client
- :octocat: source code
7 Ways to Leverage HttpInterceptors in Angular - Bits and Pieces
https://blog.bitsrc.io/7-ways-to-leverage-httpinterceptors-in-angular-59436611844d
Useful things we can do with HttpInterceptors are endless. Here I listed a few of them, you can go on and find ways in which they can be very helpful in your Angular app
- :calendar: published on: 2020-02-04
- tags: angular, http-client
gentleman
https://github.com/h2non/gentleman
Full-featured plugin-driven HTTP client library.
- tags: go, http-client
- :octocat: source code
goreq
https://github.com/smallnest/goreq
Enhanced simplified HTTP client based on gorequest.
- tags: go, http-client
- :octocat: source code
grequests
https://github.com/levigross/grequests
A Go "clone" of the great and famous Requests library.
- tags: go, http-client
- :octocat: source code
heimdall
https://github.com/gojektech/heimdall
An enchanced http client with retry and hystrix capabilities.
- tags: go, http-client
- :octocat: source code
pester
https://github.com/sethgrid/pester
Go HTTP client calls with retries, backoff, and concurrency.
- tags: go, http-client
- :octocat: source code
rq
A nicer interface for golang stdlib HTTP client.
- tags: go, http-client
- :octocat: source code
sling
https://github.com/dghubble/sling
Sling is a Go HTTP client library for creating and sending API requests.
- tags: go, http-client
- :octocat: source code
excon
https://github.com/excon/excon
Usable, fast, simple Ruby HTTP 1.1. It works great as a general HTTP(s) client and is particularly well suited to usage in API clients.
- tags: ruby, http-client, tools
- :octocat: source code
Faraday
https://github.com/lostisland/faraday
an HTTP client lib that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle.
- tags: ruby, http-client, tools
- :octocat: source code
Device Detector
https://github.com/podigee/device_detector
A precise and fast user agent parser and device detector, backed by the largest and most up-to-date user agent database.
- tags: ruby, http-client, tools
- :octocat: source code
Http Client
https://github.com/nahi/httpclient
Gives something like the functionality of libwww-perl (LWP) in Ruby.
- tags: ruby, http-client, tools
- :octocat: source code
HTTP
https://github.com/httprb/http
The HTTP Gem: a simple Ruby DSL for making HTTP requests.
- tags: ruby, http-client, tools
- :octocat: source code
HTTPX
https://gitlab.com/honeyryderchuck/httpx
acknowledges the ease-of-use of the http gem API (itself inspired by python requests library) which aims at reusing the same facade, extending it for the use cases wh...
- tags: ruby, http-client, tools
httparty
https://github.com/jnunemaker/httparty
Makes http fun again!
- tags: ruby, http-client, tools
- :octocat: source code
Http-2
https://github.com/igrigorik/http-2
Pure Ruby implementation of HTTP/2 protocol
- tags: ruby, http-client, tools
- :octocat: source code
Patron
https://github.com/toland/patron
Patron is a Ruby HTTP client library based on libcurl.
- tags: ruby, http-client, tools
- :octocat: source code
RESTClient
https://github.com/rest-client/rest-client
Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.
- tags: ruby, http-client, tools
- :octocat: source code
Savon
https://github.com/savonrb/savon
Savon is a SOAP client for the Ruby programming language.
- tags: ruby, http-client, tools
- :octocat: source code
Sawyer
https://github.com/lostisland/sawyer
Secret user agent of HTTP, built on top of Faraday.
- tags: ruby, http-client, tools
- :octocat: source code
Sniffer
https://github.com/aderyabin/sniffer
Log and Analyze Outgoing HTTP Requests. Contribute to aderyabin/sniffer development by creating an account on GitHub.
- tags: ruby, http-client, tools
- :octocat: source code
Typhoeus
https://github.com/typhoeus/typhoeus
Typhoeus wraps libcurl in order to make fast and reliable requests.
- tags: ruby, http-client, tools
- :octocat: source code
Async Http Client
https://github.com/AsyncHttpClient/async-http-client
Asynchronous HTTP and WebSocket client library.
- tags: java, http-client
- :octocat: source code
Feign
https://github.com/Netflix/feign
HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket.
- tags: java, http-client
- :octocat: source code
OkHttp
https://square.github.io/okhttp
HTTP+SPDY client.
- tags: java, http-client
Play WS
https://github.com/playframework/play-ws
Typesafe client with reactive streams and caching.
- tags: java, http-client
- :octocat: source code
restQL-core
https://github.com/B2W-BIT/restQL-core
Microservice query language that fetches information from multiple services.
- tags: java, http-client
- :octocat: source code
Retrofit
https://square.github.io/retrofit
Typesafe REST client.
- tags: java, http-client
Riptide
https://github.com/zalando/riptide
Client-side response routing for Spring's RestTemplate.
- tags: java, http-client
- :octocat: source code
HTTPie – command line HTTP client home page
HTTPie—aitch-tee-tee-pie—is a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more
- tags: cli, command-line, http-client, curl, dev-tools
- :octocat: source code
OkHttp
http://square.github.io/okhttp/
An HTTP & HTTP/2 client for Android and Java applications
- tags: http, https, http2, http-client, java
- :octocat: source code
Feign
https://github.com/OpenFeign/feign
Feign makes writing java http clients easier.
Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denomina...
- tags: rest, rest-client, feign, http-client
- :octocat: source code
Angular HTTP Client - QuickStart Guide
http://blog.angular-university.io/angular-http/
This post will be a quick practical guide for the Angular HTTP Client module. We will cover how to do HTTP in Angular in general. We will be using the new @angular/common/http module, but a good...
- :calendar: published on: 2017-07-10
- tags: angular, http-client
- :octocat: source code
SuperAgent — elegant API for AJAX in Node and browsers
http://visionmedia.github.io/superagent/
SuperAgent is light-weight progressive ajax API crafted for flexibility, readability, and a low learning curve after being frustrated with many of the existing request APIs. It also works with Node.js...
- tags: node.js, http-client
- :octocat: source code
GitHub - request/request: 🏊🏾 Simplified HTTP request client.
https://github.com/request/request
Request is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default. ...
- tags: node.js, http-client
- :octocat: source code