This commit is contained in:
Rob Ede 2022-01-31 16:02:54 +00:00
parent faac73de63
commit 1a7ac0217e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ where
{ {
/// Sets service for `Expect: 100-Continue` handling. /// Sets service for `Expect: 100-Continue` handling.
/// ///
/// AN expect service is called with the request that contains an `Expect` header. A successful /// An expect service is called with requests that contain an `Expect` header. A successful
/// response type is also a request which will be forwarded to the main service. /// response type is also a request which will be forwarded to the main service.
pub fn expect<X1>(self, expect: X1) -> HttpService<T, S, B, X1, U> pub fn expect<X1>(self, expect: X1) -> HttpService<T, S, B, X1, U>
where where