mirror of
https://github.com/espressif/esp-idf
synced 2025-03-24 08:29:11 -04:00
7 lines
146 B
Markdown
7 lines
146 B
Markdown
|
# HTTP/2 Request Example
|
||
|
|
||
|
Established HTTP/2 connection with https://http2.golang.org
|
||
|
- Performs a GET on /clockstream
|
||
|
- Performs a PUT on /ECHO
|
||
|
|