Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h965 struct http2_stream { struct
967 struct http2_stream* next; argument
969 struct http2_stream* prev; argument
971 int32_t stream_id;
973 enum {
977 } http_method;
979 int invalid_content_type;
981 size_t content_length;
983 enum http_status status;
985 int invalid_endpoint;
[all …]