ESP32 HTTP2 Client Tutorials (Arduino core)

anteph
Posts: 16
Joined: Mon May 08, 2017 2:12 pm

ESP32 HTTP2 Client Tutorials (Arduino core)

Postby anteph » Sat Dec 08, 2018 6:20 pm

Hi!

Here are some HTTP/2 client examples using the Arduino core.

These are mainly experimental, playing around with the sh2lib wrapper from IDF (used as an Arduino lib). The sh2lib wrapper offers some higher level APIs on top of NGHTTP2, making it easier to get started.

- Connecting to HTTP/2 server: https://techtutorialsx.com/2018/11/18/e ... to-server/
- GET request: https://techtutorialsx.com/2018/11/19/e ... t-request/
- GET request with continuous stream response: https://techtutorialsx.com/2018/11/23/e ... -response/
- Addind headers to GET request: https://techtutorialsx.com/2018/11/25/e ... t-request/
- Using query parameters on GET request: https://techtutorialsx.com/2018/12/02/e ... arameters/
- GET request and Brotli compressed response handling: https://techtutorialsx.com/2018/12/08/e ... d-content/


Hope this is helpful :)

Best regards,

Who is online

Users browsing this forum: No registered users and 24 guests