mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 16:02:59 +01:00
update doc string
This commit is contained in:
parent
94c4053cb5
commit
e3081306da
@ -28,12 +28,6 @@ use super::settings::{ServerSettings, WorkerSettings};
|
|||||||
|
|
||||||
|
|
||||||
/// An HTTP Server
|
/// An HTTP Server
|
||||||
///
|
|
||||||
/// `T` - async stream, anything that implements `AsyncRead` + `AsyncWrite`.
|
|
||||||
///
|
|
||||||
/// `A` - peer address
|
|
||||||
///
|
|
||||||
/// `H` - request handler
|
|
||||||
pub struct HttpServer<H> where H: IntoHttpHandler + 'static
|
pub struct HttpServer<H> where H: IntoHttpHandler + 'static
|
||||||
{
|
{
|
||||||
h: Option<Rc<WorkerSettings<H::Handler>>>,
|
h: Option<Rc<WorkerSettings<H::Handler>>>,
|
||||||
|
Loading…
Reference in New Issue
Block a user