docs(client): remove outdated reference to Handler trait
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
//! HTTP Client
|
//! HTTP Client
|
||||||
//!
|
|
||||||
//! The HTTP `Client` uses asynchronous IO, and utilizes the `Handler` trait
|
|
||||||
//! to convey when IO events are available for a given request.
|
|
||||||
|
|
||||||
use std::cell::RefCell;
|
use std::cell::RefCell;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|||||||
Reference in New Issue
Block a user