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.h954 struct http2_stream { struct
956 struct http2_stream* next; argument
958 struct http2_stream* prev; argument
960 int32_t stream_id;
962 enum {
966 } http_method;
968 int invalid_content_type;
970 size_t content_length;
972 enum http_status status;
974 int invalid_endpoint;
[all …]