Restconf native stream support

This commit is contained in:
Olof hagsand 2024-04-22 14:17:29 +02:00
parent 2d5a646b51
commit 2b2a2ec1ad
14 changed files with 626 additions and 205 deletions

View file

@ -20,6 +20,14 @@ Ensure www-data is member of the CLICON_SOCK_GROUP (default clicon). If not, add
sudo usermod -a -G clicon www-data
```
### nghttp2
For details on the C API see https://nghttp2.org
### openssl
For details on the C-API see https://www.openssl.org/ docs/manual pages
## Nginx
Installation instruction for Nginx. Other reverse proxies should work but are not verified.