mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Changed a comment and updated the project file.
This commit is contained in:
@@ -18,7 +18,7 @@ EE_MAIN_FUNC int main (int argc, char * argv []) {
|
||||
// We'll work on http://en.wikipedia.org
|
||||
http.SetHost("http://en.wikipedia.org");
|
||||
|
||||
// Prepare a request to get the '/' page
|
||||
// Prepare a request to get the wikipedia main page
|
||||
cHttp::Request request("/wiki/Main_Page");
|
||||
|
||||
// Send the request
|
||||
|
||||
Reference in New Issue
Block a user