summaryrefslogtreecommitdiffstats
path: root/vendor/winnow-0.4.7/src/_topic/http.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/winnow-0.4.7/src/_topic/http.rs')
-rw-r--r--vendor/winnow-0.4.7/src/_topic/http.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/winnow-0.4.7/src/_topic/http.rs b/vendor/winnow-0.4.7/src/_topic/http.rs
new file mode 100644
index 000000000..500169402
--- /dev/null
+++ b/vendor/winnow-0.4.7/src/_topic/http.rs
@@ -0,0 +1,5 @@
+//! # HTTP
+//!
+//! ```rust
+#![doc = include_str!("../../examples/http/parser.rs")]
+//! ```