Searched refs:hdr_type (Results 1 – 1 of 1) sorted by relevance
65 enum httpread_hdr_type hdr_type; member205 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN; in httpread_hdr_analyze()209 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY; in httpread_hdr_analyze()223 h->hdr_type = HTTPREAD_HDR_TYPE_GET; in httpread_hdr_analyze()225 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD; in httpread_hdr_analyze()227 h->hdr_type = HTTPREAD_HDR_TYPE_POST; in httpread_hdr_analyze()229 h->hdr_type = HTTPREAD_HDR_TYPE_PUT; in httpread_hdr_analyze()231 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE; in httpread_hdr_analyze()233 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE; in httpread_hdr_analyze()235 h->hdr_type = HTTPREAD_HDR_TYPE_CONNECT; in httpread_hdr_analyze()[all …]