espressif_idf-extra-components/sh2lib
Aditya Patwardhan 237a37adaf sh2lib: Bump version to 1.0.1
Changes:
1) Enabled support for esp_crt_bundle with esp_tls.
2022-04-13 10:37:45 +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: Bump version to 1.0.1 2022-04-13 10:37:45 +05:30
sh2lib.c sh2lib: Bump version to 1.0.1 2022-04-13 10:37:45 +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.