esp-idf/examples/protocols/http2_request
Aditya Patwardhan b40df07521 http2_request/sh2lib: Modified the "sh2lib_connect" API to take in a new
defined `struct sh2lib_config_t` which contains required config options.

Modified the http2_request_example with the required changes.
2021-04-09 10:24:15 +00:00
..
components/sh2lib http2_request/sh2lib: Modified the "sh2lib_connect" API to take in a new 2021-04-09 10:24:15 +00:00
main http2_request/sh2lib: Modified the "sh2lib_connect" API to take in a new 2021-04-09 10:24:15 +00:00
CMakeLists.txt protocol examples: enable protocol examples for esp32sbeta 2019-11-01 11:14:10 +08:00
example_test.py http2_request_example: Added example test 2021-03-16 09:55:01 +05:30
Makefile Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
README.md [examples] Create HTTP2 example with http2.golang.org 2017-11-06 09:43:03 +05:30
sdkconfig.ci http2_request_example: Added example test 2021-03-16 09:55:01 +05:30

HTTP/2 Request Example

Established HTTP/2 connection with https://http2.golang.org

  • Performs a GET on /clockstream
  • Performs a PUT on /ECHO