Home
last modified time | relevance | path

Searched refs:resp_headers (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/src/h3/
Dffi.rs199 let resp_headers = headers_from_ptr(headers, headers_len); in quiche_h3_send_response() localVariable
201 match conn.send_response(quic_conn, stream_id, &resp_headers, fin) { in quiche_h3_send_response()
214 let resp_headers = headers_from_ptr(headers, headers_len); in quiche_h3_send_response_with_priority() localVariable
220 &resp_headers, in quiche_h3_send_response_with_priority()
/external/python/httplib2/python3/
DREADME18 >>> (resp_headers, content) = h.request("http://example.org/", "GET")
19 >>> pprint.pprint(resp_headers)
/external/python/httplib2/
DREADME.md72 (resp_headers, content) = h.request("http://example.org/", "GET")