Porting Http2.0 on FreeRTOS

Hi
As per the documentation, currently FreeRTOS supports only Http1.1.
Is there any reference or guide to port http2.0 library on FreeRTOS.

Thanks,
Rama

Our HTTP library supports HTTP/1.1 as your correctly said. It uses llhttp which also does not seem to support HTTP/2.0. Your best bet would be to pick a library with HTTP/2.0 support and use it. If you decide to add HTTP/2 support to coreHTTP, feel free to contribute your changes.