Http data server changes
* Indirect redirects from directory to `index.html` * Added `HTTP_DATA_INTERNAL_REDIRECT` compile-time option * Added CLICON_RESTCONF_API_ROOT to clixon-config.yang * Added 404 return without body if neither restconf, data or streams prefix match * Fixed: HTTP/1 parse error for '/' path
This commit is contained in:
parent
84d88c8ad8
commit
f11e4bad6c
10 changed files with 197 additions and 113 deletions
|
|
@ -41,7 +41,6 @@
|
|||
/*
|
||||
* Constants
|
||||
*/
|
||||
#define RESTCONF_API "restconf"
|
||||
#define IETF_YANG_LIBRARY_REVISION "2019-01-04"
|
||||
|
||||
/* RESTCONF enables deployments to specify where the RESTCONF API is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue