| LOW | capi/examples/upload.c | 1 | #include <stdlib.h> |
| LOW | capi/examples/client.c | 1 | #include <stdlib.h> |
| LOW | tests/client.rs | 3161 | async fn h2_idle_stream_does_not_pin_connection_window() { |
| LOW | examples/params.rs | 21 | static NOTNUMERIC: &[u8] = b"Number field is not numeric"; |
| LOW | examples/hello-http2.rs | 61 | // .await point allows the Tokio runtime to pull the task off of the thread until the task |
| LOW | examples/single_threaded.rs | 1 | #![deny(warnings)] |
| LOW | benches/connect.rs | 1 | #![feature(test)] |
| LOW | benches/connect.rs | 21 | // .expect("rt build"); |
| LOW | src/upgrade.rs | 1 | //! HTTP Upgrades. |
| LOW | src/upgrade.rs | 21 | //! either the appropriate method, if wanting to `CONNECT`, or headers such as |
| LOW | src/upgrade.rs | 61 | /// was used to speak HTTP before the upgrade. It can be used directly |
| LOW | src/upgrade.rs | 81 | /// HTTP state machine may have already read before completing an upgrade. |
| LOW | src/error.rs | 1 | //! Error and Result module. |
| LOW | src/error.rs | 21 | /// is unspecified. **You must not depend on it.** The wording and details may |
| LOW | src/error.rs | 141 | ))] |
| LOW | src/error.rs | 161 | /// The dispatch task is gone. |
| LOW | src/error.rs | 201 | /// reason phrase. |
| LOW | src/error.rs | 221 | /// `content-length` and `transfer-encoding`). |
| LOW | src/error.rs | 261 | /// |
| LOW | src/lib.rs | 1 | #![deny(missing_docs)] |
| LOW | src/lib.rs | 21 | //! |
| LOW | src/lib.rs | 41 | //! # Optional Features |
| LOW | src/lib.rs | 61 | //! [feature flags]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section |
| LOW | src/lib.rs | 81 | //! # Stability |
| LOW | src/ext/h1_reason_phrase.rs | 1 | use bytes::Bytes; |
| LOW | src/ext/h1_reason_phrase.rs | 21 | /// // Print out the non-canonical reason phrase, if it has one... |
| LOW | src/ext/informational.rs | 1 | use std::sync::Arc; |
| LOW | src/ext/mod.rs | 1 | //! Extensions for HTTP messages in Hyper. |
| LOW | src/ext/mod.rs | 21 | //! // use the extension |
| LOW | src/ext/mod.rs | 61 | #[cfg(all(feature = "http1", feature = "client"))] |
| LOW | src/ext/mod.rs | 141 | /// [`preserve_header_case`] was set to true and the response included |
| LOW | src/ext/mod.rs | 201 | #[cfg(feature = "ffi")] |
| LOW | src/ext/mod.rs | 261 | /// # Examples |
| LOW | src/ext/mod.rs | 281 | /// h_map.append(name3, value3); |
| LOW | src/body/incoming.rs | 41 | /// |
| LOW | src/body/incoming.rs | 81 | /// |
| LOW | src/body/incoming.rs | 401 | tx.send(trailers).map_err(|_| crate::Error::new_closed()) |
| LOW | src/body/mod.rs | 1 | //! Streaming bodies for Requests and Responses. |
| LOW | src/server/mod.rs | 1 | //! HTTP Server. |
| LOW | src/server/conn/http2.rs | 21 | pin_project! { |
| LOW | src/server/conn/http2.rs | 121 | } |
| LOW | src/server/conn/http2.rs | 141 | /// See <https://rustsec.org/advisories/RUSTSEC-2024-0003.html> for more information. |
| LOW | src/server/conn/http2.rs | 221 | /// connection alive. |
| LOW | src/server/conn/mod.rs | 1 | //! Server connection API. |
| LOW | src/server/conn/http1.rs | 41 | S: HttpService<IncomingBody>, |
| LOW | src/server/conn/http1.rs | 81 | max_buf_size: Option<usize>, |
| LOW | src/server/conn/http1.rs | 141 | /// Return the inner IO object, and additional information. |
| LOW | src/server/conn/http1.rs | 161 | /// |
| LOW | src/server/conn/http1.rs | 301 | /// Default is `false`. |
| LOW | src/server/conn/http1.rs | 321 | self |
| LOW | src/server/conn/http1.rs | 341 | |
| LOW | src/server/conn/http1.rs | 361 | /// support vectored writes well, such as most TLS implementations. |
| LOW | src/server/conn/http1.rs | 421 | /// driven on the connection. |
| LOW | src/rt/timer.rs | 1 | //! Provides a timer trait with timer-like functions. |
| LOW | src/rt/timer.rs | 21 | //! inner: tokio::time::sleep(duration), |
| LOW | src/rt/timer.rs | 41 | //! pub(crate) inner: tokio::time::Sleep, |
| LOW | src/rt/io.rs | 1 | use std::fmt; |
| LOW | src/rt/io.rs | 21 | // While in here, if there's small tweaks to poll_read or poll_write that would |
| LOW | src/rt/io.rs | 41 | /// struct MyReader { |
| LOW | src/rt/io.rs | 61 | /// // Use put_slice to safely copy data and advance the cursor |
| 72 more matches not shown… |