mirror of
https://github.com/actix/actix-web.git
synced 2025-03-13 23:02:39 +00:00
update doc string
This commit is contained in:
parent
94c4053cb5
commit
e3081306da
1 changed files with 0 additions and 6 deletions
|
@ -28,12 +28,6 @@ use super::settings::{ServerSettings, WorkerSettings};
|
|||
|
||||
|
||||
/// 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
|
||||
{
|
||||
h: Option<Rc<WorkerSettings<H::Handler>>>,
|
||||
|
|
Loading…
Reference in a new issue