#include <HTTP.h>
Detailed Description
Definition at line 489 of file HTTP.h.
Constructor & Destructor Documentation
HTTPVersion::HTTPVersion |
( |
|
) |
[inline] |
HTTPVersion::HTTPVersion |
( |
int32_t |
version |
) |
[inline, explicit] |
HTTPVersion::HTTPVersion |
( |
int |
ver_major, |
|
|
int |
ver_minor | |
|
) |
| | [inline] |
Member Function Documentation
int HTTPVersion::operator!= |
( |
const HTTPVersion & |
hv |
) |
const [inline] |
int HTTPVersion::operator< |
( |
const HTTPVersion & |
hv |
) |
const [inline] |
int HTTPVersion::operator<= |
( |
const HTTPVersion & |
hv |
) |
const [inline] |
int HTTPVersion::operator== |
( |
const HTTPVersion & |
hv |
) |
const [inline] |
int HTTPVersion::operator> |
( |
const HTTPVersion & |
hv |
) |
const [inline] |
int HTTPVersion::operator>= |
( |
const HTTPVersion & |
hv |
) |
const [inline] |
void HTTPVersion::set |
( |
int |
ver_major, |
|
|
int |
ver_minor | |
|
) |
| | [inline] |
Field Documentation
Definition at line 508 of file HTTP.h.
Referenced by HttpTransact::handle_request_keep_alive_headers(), HttpTransact::handle_response_keep_alive_headers(), HttpTransactHeaders::insert_via_header_in_request(), HttpTransactHeaders::insert_via_header_in_response(), LogAccessHttp::marshal_cache_resp_http_version(), LogAccessHttp::marshal_client_req_http_version(), LogAccessHttp::marshal_server_resp_http_version(), operator!=(), operator<(), operator<=(), operator=(), operator==(), operator>(), operator>=(), set(), TSHttpHdrVersionGet(), and HTTPHdr::version_set().
The documentation for this class was generated from the following file: