Home
last modified time | relevance | path

Searched defs:nng_http_res (Results 1 – 2 of 2) sorted by relevance

/dports/net/nng/nng-1.5.2/src/supplemental/http/
H A Dhttp_msg.c48 struct nng_http_res { struct
49 nni_list hdrs;
50 nni_http_entity data;
51 uint16_t code;
52 char * rsn;
53 char * vers;
54 char * buf;
55 size_t bufsz;
56 bool parsed;
57 bool iserr;
/dports/net/nng/nng-1.5.2/include/nng/supplemental/http/
H A Dhttp.h162 typedef struct nng_http_res nng_http_res; typedef