esp-idf/examples/protocols/http2_request
Vikram Dattu 03fc607492 Fixed broken http2_request example.
Implementation of `esp_tls_conn_new_sync` now uses timeout_ms value to
give up retries.

Specified this value to be 10 sec. (10 * 1000 ms).

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2021-09-29 09:48:47 +05:30
..
components/sh2lib Fixed broken http2_request example. 2021-09-29 09:48:47 +05:30
main esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA 2021-03-25 10:51:36 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
Makefile [examples] Create HTTP2 example with http2.golang.org 2017-11-06 09:43:03 +05:30
README.md [examples] Create HTTP2 example with http2.golang.org 2017-11-06 09:43:03 +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