Rename Client::request -> send_request (#98)

All other fns have a send prefix.
This commit is contained in:
Carl Lerche
2017-09-18 21:22:15 -07:00
committed by GitHub
parent 9812894709
commit e049dcb62b
9 changed files with 31 additions and 31 deletions

View File

@@ -94,7 +94,7 @@ where
}
/// Send a request on a new HTTP 2.0 stream
pub fn request(
pub fn send_request(
&mut self,
request: Request<()>,
end_of_stream: bool,