[][src]Type Definition libnghttp2_sys::nghttp2_headers_category

type nghttp2_headers_category = u32;

@enum

The category of HEADERS, which indicates the role of the frame. In HTTP/2 spec, request, response, push response and other arbitrary headers (e.g., trailer fields) are all called just HEADERS. To give the application the role of incoming HEADERS frame, we define several categories.