mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
Update HTTPClientSession.h
Fix typo in the documentation.
This commit is contained in:
@@ -45,7 +45,7 @@ class Net_API HTTPClientSession: public HTTPSession
|
|||||||
/// specify the server's host name and port number.
|
/// specify the server's host name and port number.
|
||||||
///
|
///
|
||||||
/// Then create a HTTPRequest object, fill it accordingly,
|
/// Then create a HTTPRequest object, fill it accordingly,
|
||||||
/// and pass it as argument to the sendRequst() method.
|
/// and pass it as argument to the sendRequest() method.
|
||||||
///
|
///
|
||||||
/// sendRequest() will return an output stream that can
|
/// sendRequest() will return an output stream that can
|
||||||
/// be used to send the request body, if there is any.
|
/// be used to send the request body, if there is any.
|
||||||
|
|||||||
Reference in New Issue
Block a user