#include <cstdlib>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | cHttpSearch |
Class used for HTTP requests and query handling. More... | |
class | cHttpResultsVector |
Class to manage URLs vector. More... | |
Typedefs | |
typedef cHttpSearch * | P_HTTP |
Typedef for cHttpSearch*. | |
Variables | |
const char | first_url [] = "http://www.google.com/palm?q=allintitle%3A" |
First part of constructed URL for google's request. | |
const char | second_url [] = "+lyrics&hl=en&lr=&ie=ISO-8859-1&safe=off" |
Last part of constructed URL for google's request. |
This file contains declaration for classes used for HTTP requests managment and handling.
|
Typedef for cHttpSearch*.
|
|
First part of constructed URL for google's request. This variable contains the first part of the URL that will be used to query Google for lyrics search.
|
|
Last part of constructed URL for google's request. This variable contains the last part of the URL that will be used to query google for lyrics search.
|