mirror of https://github.com/fafhrd91/actix-web
added doc for finish method on Connector
This commit is contained in:
parent
275cef728f
commit
7d1209a891
|
@ -174,6 +174,8 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Finish configuration process and create connector service.
|
/// Finish configuration process and create connector service.
|
||||||
|
/// The Connector builder always concludes by calling `finish()` last in
|
||||||
|
/// its combinator chain.
|
||||||
pub fn finish(
|
pub fn finish(
|
||||||
self,
|
self,
|
||||||
) -> impl Service<Request = Uri, Response = impl Connection, Error = ConnectError> + Clone
|
) -> impl Service<Request = Uri, Response = impl Connection, Error = ConnectError> + Clone
|
||||||
|
|
Loading…
Reference in New Issue