espressif_idf-extra-components/sh2lib
Laukik Hase 6737dc5458
sh2lib: Update deprecated esp_tls API
2022-04-25 10:35:42 +05:30
..
CMakeLists.txt Add sh2lib (HTTP2 + TLS abstraction) component 2022-01-05 12:44:00 +05:30
LICENSE Add sh2lib (HTTP2 + TLS abstraction) component 2022-01-05 12:44:00 +05:30
README.md Add sh2lib (HTTP2 + TLS abstraction) component 2022-01-05 12:44:00 +05:30
idf_component.yml sh2lib: Update deprecated esp_tls API 2022-04-25 10:35:42 +05:30
sh2lib.c sh2lib: Update deprecated esp_tls API 2022-04-25 10:35:42 +05:30
sh2lib.h sh2lib: Bump version to 1.0.1 2022-04-13 10:37:45 +05:30

README.md

Abstraction layer for HTTP2 with TLS

This component contains an abstraction layer which exposes simpler set of APIs combining nghttp2 (HTTP/2 C Library) and esp-tls (from ESP-IDF) components.