Home
last modified time | relevance | path

Searched refs:HD__AUTHORITY (Results 1 – 9 of 9) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream_test.cc69 StringRef::from_lit("1"), false, http2::HD__AUTHORITY); in test_downstream_field_store_header()
76 *fs.header(http2::HD__AUTHORITY)); in test_downstream_field_store_header()
Dhttp2_test.cc315 http2::index_header(hdidx, http2::HD__AUTHORITY, 0); in test_http2_index_header()
318 CU_ASSERT(0 == hdidx[http2::HD__AUTHORITY]); in test_http2_index_header()
322 CU_ASSERT(http2::HD__AUTHORITY == in test_http2_lookup_token()
Dhttp2.h300 HD__AUTHORITY, enumerator
Dshrpx_http2_upstream.cc349 auto authority = req.fs.header(http2::HD__AUTHORITY); in on_request_headers()
754 case http2::HD__AUTHORITY: in on_frame_send_callback()
2206 case http2::HD__AUTHORITY: in submit_push_promise()
Dhttp2.cc874 return HD__AUTHORITY; in lookup_token()
Dshrpx_http2_session.cc2261 auto authority = promised_req.fs.header(http2::HD__AUTHORITY); in handle_downstream_push_promise_complete()
DHttpServer.cc1451 case http2::HD__AUTHORITY: in on_header_callback2()
Dshrpx_http3_upstream.cc2218 auto authority = req.fs.header(http2::HD__AUTHORITY); in http_end_request_headers()
Dnghttp.cc2049 auto authority = req->get_req_header(http2::HD__AUTHORITY); in on_frame_recv_callback2()