* Most tests work with HTTP/2 support using nghttp2
* except non-ssl http/1->/2 upgrade * Restconf: ensure HEAD method works everywhere GET does.
This commit is contained in:
parent
b680e3c5ac
commit
84f5762ab5
59 changed files with 1683 additions and 1107 deletions
|
|
@ -44,10 +44,11 @@
|
|||
#if defined(__GNUC__) && __GNUC__ >= 3
|
||||
int restconf_reply_header(void *req, const char *name, const char *vfmt, ...) __attribute__ ((format (printf, 3, 4)));
|
||||
#else
|
||||
int restconf_reply_header(FCGX_Request *req, const char *name, const char *vfmt, ...);
|
||||
int restconf_reply_header(void *req, const char *name, const char *vfmt, ...);
|
||||
#endif
|
||||
|
||||
int restconf_reply_send(void *req, int code, cbuf *cb);
|
||||
/* note cb is consumed dont free */
|
||||
int restconf_reply_send(void *req, int code, cbuf *cb, int head);
|
||||
|
||||
cbuf *restconf_get_indata(void *req);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue