Top "Http2" questions

HTTP/2 is the new version of the popular HTTP protocol

Curl: one-liner to test http/2 support

I'm currently writing an unit test to check if http/2 is supported. Is there a curl one-liner which checks if …

unit-testing curl http2
HTTP/2 (HTTP2 or SPDY) on .NET

There's been a lot of news lately about the HTTP/2 standard, very similar to Google's SPDY. It seems like most …

c# asp.net .net http http2
Which web servers support HTTP/2

I have installed SPDY Indicator chrome extension. It is detecting some sites as SPDY enabled and some as HTTP/2 enabled. …

nginx http2
HTTP2 with node.js behind nginx proxy

I have a node.js server running behind an nginx proxy. node.js is running an HTTP 1.1 (no SSL) server …

node.js nginx http2
How do I know if my website is being served over HTTP or HTTP/2?

Is there a command or a service that will tell me whether my websites are being served over HTTP or …

http http2
Force HTTP/2 With Chrome or Safari

Is there some way to tell Chrome or Safari to use HTTP/2 on a specific URL/adress/server? I mean …

google-chrome safari http2
Use HTTP 2 with HttpClient in .Net

I'm trying to request data over HTTP 2.0. I'm using the HttpClient from .Net Core 2.2. I'm on Windows 10 but will run …

http asp.net-core .net-core dotnet-httpclient http2
Serving Python (Flask) REST API over HTTP2

I have a Python REST service and I want to serve it using HTTP2. My current server setup is nginx …

python rest nginx gunicorn http2
Why does Chrome use Http/1.1 instead of H2 for some resources

We are in the process of enabling H2 for our web-site. During the testing I am observing that some resources …

google-chrome google-chrome-devtools http2
Java 9 HttpClient send a multipart/form-data request

Below is a form: <form action="/example/html5/demo_form.asp" method="post" enctype=”multipart/form-data”> <input …

java http multipartform-data http2 java-9