Here are
23 public repositories
matching this topic...
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Updated
Jul 22, 2021
Erlang
HTTP2 client for Erlang based on libcurl and libevent
Updated
Aug 3, 2021
Erlang
Client library for HTTP/1.X / HTTP/2 written entirely in OCaml.
Updated
May 28, 2021
OCaml
super smol http2 request 📦
Updated
May 8, 2018
JavaScript
(Mirror) An HTTP client library for ruby
Transparently make http request to both http1 / http2 server.
Updated
Jul 23, 2021
JavaScript
Persistent, testable, configurable adapter for clients that use duplex protocols.
Example of HTTP/2 Streaming written in Golang
The HTTP/2 which has been implemented by C language.
HTTP2 client and server implementation in GO that holds a persistent data stream
Simplest way possible to make http & http2 calls
Updated
May 23, 2020
JavaScript
Example of enabling HTTP/2 support in finagle
Updated
Nov 1, 2017
Scala
C++ HTTP/2 wrapper library based in
@Tatsuhiro nghttp2-asio library
Resolver based on IP lookup useful for gRPC and http/http2 clients
Measurement Kit cURL wrappers library
🚀 A Fast Android HTTP Library which supports HTTP/2 and TLS 1.3 🚀
Updated
Feb 12, 2021
Java
A Fast, High-Throughput Tornado HTTP/2 Client
Updated
Jul 29, 2019
Python
Updated
Jul 10, 2021
JavaScript
A http2 client based on Java【Reinventing the wheel】
Updated
Oct 13, 2020
Java
Lightweight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2.
Updated
Jan 26, 2021
JavaScript
Updated
Feb 11, 2021
Ruby
HTTP/2 communication for Sanoitus programs
Updated
Mar 11, 2021
Scala
Improve this page
Add a description, image, and links to the
http2-client
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
http2-client
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Create test scenarios (JUnit tests) for SettingFrame class based on section 6.5 in rfc7540. Create a test class, SettingFrameTest, and add all tests in it. SettingFrameTest must be in com.aniakanl.http2.frame.test package.