|
ESA JPIP server
0.1
|
Contains the definition of a set of classes for working easily with the protocol HTTP. More...
Classes | |
| class | Header |
| Class used to handle a HTTP header. More... | |
| class | HeaderBase |
| Template class used to identify a HTTP header. More... | |
| class | HeaderBase< HeaderName::UNDEFINED > |
Specialization of the HeaderBase template class with the HeaderName::UNDEFINED value. More... | |
| class | HeaderName |
Container for the strings associated to the most common HTTP headers, used for the specialization of the class HeaderBase. More... | |
| class | Protocol |
| Class used to identify the HTTP protocol. More... | |
| class | Request |
| Class used to identify a HTTP request (GET or POST). More... | |
| class | Response |
| Class used to identify a HTTP response. More... | |
Functions | |
| istream & | operator>> (istream &in, Request &request) |
| ostream & | operator<< (ostream &out, const Request &request) |
Contains the definition of a set of classes for working easily with the protocol HTTP.
| ostream& http::operator<< | ( | ostream & | out, |
| const Request & | request | ||
| ) |
| istream& http::operator>> | ( | istream & | in, |
| Request & | request | ||
| ) |