* Restconf native http/1, first working version
* Renamed files clixon_http -> restconf_http * Split main file into restconf_native.c * Remove all evhtp code and libevhtp/libevent dependency
This commit is contained in:
parent
dadf4a778a
commit
4aa74fa1d8
27 changed files with 1291 additions and 789 deletions
|
|
@ -601,9 +601,9 @@ module clixon-config {
|
|||
type boolean;
|
||||
default false;
|
||||
description
|
||||
"Applies to plan (non-tls) http/2 ie when clixon is configured with --enable-nghttp2
|
||||
"Applies to plain (non-tls) http/2 ie when clixon is configured with --enable-nghttp2
|
||||
If false, disable direct and upgrade for plain(non-tls) HTTP/2.
|
||||
If true, allows direct and upgrade for plain(non-tls) HTTP/2.
|
||||
If true, allow direct and upgrade for plain(non-tls) HTTP/2.
|
||||
It may especially useful to disable in http/1 + http/2 mode to avoid the complex
|
||||
upgrade/switch from http/1 to http/2.
|
||||
Note this also disables plain http/2 in prior-knowledge, that is, in http/2-only mode.
|
||||
|
|
|
|||
|
|
@ -207,7 +207,8 @@ module clixon-restconf {
|
|||
}
|
||||
list socket {
|
||||
description
|
||||
"List of server sockets that the restconf daemon listens to";
|
||||
"List of server sockets that the restconf daemon listens to.
|
||||
Not fcgi";
|
||||
key "namespace address port";
|
||||
leaf namespace {
|
||||
type string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue