mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-29 17:52:44 +00:00
Documentation Fix (#2703)
in the example there is an undeclared variable, this commit fix it.
This commit is contained in:
committed by
Joerg-Christian Boehme
parent
ccdae6d338
commit
680591632f
@@ -49,7 +49,7 @@ class Net_API HTTPCredentials
|
||||
/// Poco::Net::HTTPClientSession session("pocoproject.org");
|
||||
/// Poco::Net::HTTPRequest request(HTTPRequest::HTTP_GET, "/index.html", HTTPMessage::HTTP_1_1);
|
||||
/// session.sendRequest(request);
|
||||
/// Poco::Net::HTTPResponse;
|
||||
/// Poco::Net::HTTPResponse response;
|
||||
/// std::istream& istr = session.receiveResponse(response);
|
||||
///
|
||||
/// If the server responds with a 401 status, authenticate the
|
||||
|
||||
Reference in New Issue
Block a user