From b3e57b60d069efe09ed5ed5dc6b2f792d9f683f0 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 28 Nov 2018 11:55:31 -0800 Subject: examples: remove reference to tokio-core (#780) --- examples/tinyhttp.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/tinyhttp.rs b/examples/tinyhttp.rs index 7a80d730..4cbefcc9 100644 --- a/examples/tinyhttp.rs +++ b/examples/tinyhttp.rs @@ -1,9 +1,9 @@ -//! A "tiny" example of HTTP request/response handling using just tokio-core +//! A "tiny" example of HTTP request/response handling using transports. //! //! This example is intended for *learning purposes* to see how various pieces //! hook up together and how HTTP can get up and running. Note that this example //! is written with the restriction that it *can't* use any "big" library other -//! than tokio-core, if you'd like a "real world" HTTP library you likely want a +//! than Tokio, if you'd like a "real world" HTTP library you likely want a //! crate like Hyper. //! //! Code here is based on the `echo-threads` example and implements two paths, -- cgit v1.2.3