esp-idf/examples/protocols/http2_request
Vikram Dattu e27c495354 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>
2020-03-23 05:16:40 +00:00
..
components/sh2lib Fixed broken http2_request example. 2020-03-23 05:16:40 +00:00
main
CMakeLists.txt
Makefile
README.md

README.md

HTTP/2 Request Example

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

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