Limited http-data static server

* Renamed from www-data to http-data
* New `clixon-restconf@2022-03-21.yang` revision
  * Added option:
    * `enable-http-data`
  * Added feature: `http-data`
* Added new str2str mapper
* Test: new test_http_data.sh, added CI github action testing
This commit is contained in:
Olof hagsand 2022-04-21 15:37:58 +02:00
parent 76213057b6
commit 2a8cedf0c3
13 changed files with 551 additions and 76 deletions

View file

@ -2,9 +2,9 @@ name: Clixon CI
on:
push:
branches: [ master ]
branches: [ master, http-data ]
pull_request:
branches: [ master ]
branches: [ master, http-data ]
jobs:
build: