By Admin on Friday, 31 July 2020
Category: All

HTTP2 Client Tests

​RFC 7540 and RFC 7541 contains the full specification of HTTP/2 protocol and in the process of implementing a new HTTP/2 client for sgcWebSockets library, is important to use external tools to check if client component is working as expected. One of this online tools is hosted in:

https://http2.golang.org/

This web offers some tests for HTTP/2 clients, it has been quite useful during the HTTP/2 implementation so I've built a Delphi HTTP2 client to check if tests are passed properly.

HTTP/2 Tests

The Golang server offers to HTTP/2 community a list of URLs to test the HTTP/2 client implementations


Find below a screenshot of the sgcWebSockets client HTTP2 demo running Clock Stream sample.​

Download sample 

Related Posts