Main Page | Namespace List | Class List | Directories | File List | Class Members | File Members

httpSearch.h File Reference

Header for HTTP requests managment. More...

#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 cHttpSearchP_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.


Detailed Description

Header for HTTP requests managment.

This file contains declaration for classes used for HTTP requests managment and handling.


Typedef Documentation

P_HTTP
 

Typedef for cHttpSearch*.

Author:
Frodo
Since:
pre-alpha
See also:
cHttpSearch


Variable Documentation

first_url = "http://www.google.com/palm?q=allintitle%3A"
 

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.

Author:
Frodo
Since:
pre-alpha

second_url = "+lyrics&hl=en&lr=&ie=ISO-8859-1&safe=off"
 

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.

Author:
Frodo
Since:
pre-alpha


Generated on Sun Mar 27 03:07:06 2005 for lirica. by  doxygen 1.3.9.1