Home
last modified time | relevance | path

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

/external/rust/crates/quiche/examples/
Dclient.rs36 const HTTP_REQ_STREAM_ID: u64 = 4; constant
191 conn.stream_send(HTTP_REQ_STREAM_ID, req.as_bytes(), true) in main()
217 if s == HTTP_REQ_STREAM_ID && fin { in main()