* HTTP/1 native parser as part of the RESTCONF client
* Fixed memory error in opendir/readdir in clicon_file_dirent * Remove MAXPATH in parsers * New string-del function
This commit is contained in:
parent
0ed34b4fab
commit
dadf4a778a
53 changed files with 1061 additions and 1273 deletions
|
|
@ -6,19 +6,10 @@
|
|||
* [Nchan Streams](#nchan)
|
||||
* [Debugging](#debugging)
|
||||
|
||||
There are two installation instructions: for libevhtp and nginx.
|
||||
There are two installation instructions: for native and nginx.
|
||||
|
||||
## Native
|
||||
|
||||
Download, build and install libevhtp from source. Prereqs: libevent and ssl
|
||||
```
|
||||
sudo git clone https://github.com/clicon/clixon-libevhtp.git
|
||||
cd clixon-libevhtp
|
||||
./configure --libdir=/usr/lib
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
Configure clixon with native restconf:
|
||||
```
|
||||
./configure --with-restconf=native
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue