clixon/include
Olof hagsand de15b2bf80 * RESTCONF strict namespace validation of data in POST and PUT.
* Accepted:
  ```
    curl -X PUT http://localhost/restconf/data/mod:a -d {"mod:a":"x"}
  ```
  * Not accepted (must prefix "a" with module):
  ```
    curl -X PUT http://localhost/restconf/data/mod:a -d {"a":"x"}
  ```
  * Undefine `RESTCONF_NS_DATA_CHECK` in include/clixon_custom.h to disable strict check.
2019-06-10 16:15:02 +02:00
..
clixon_config.h.in Added --with-libxml2 to configure 2019-05-24 10:04:29 +02:00
clixon_custom.h * RESTCONF strict namespace validation of data in POST and PUT. 2019-06-10 16:15:02 +02:00
Makefile.in 2019 2019-01-02 15:48:30 +01:00