|
Squid Web Cache master
|
#include <HttpStatus.h>
Public Member Functions | |
| acl_httpstatus_data (int) | |
| acl_httpstatus_data (int, int) | |
| SBuf | toStr () const |
Public Attributes | |
| int | status1 |
| int | status2 |
Definition at line 17 of file HttpStatus.h.
| acl_httpstatus_data::acl_httpstatus_data | ( | int | x | ) |
Definition at line 25 of file HttpStatus.cc.
Definition at line 27 of file HttpStatus.cc.
| SBuf acl_httpstatus_data::toStr | ( | ) | const |
Definition at line 30 of file HttpStatus.cc.
References INT_MAX, SBuf::Printf(), status1, and status2.
Referenced by operator<<().
| int acl_httpstatus_data::status1 |
Definition at line 18 of file HttpStatus.h.
Referenced by aclHTTPStatusCompare(), and toStr().
| int acl_httpstatus_data::status2 |
Definition at line 18 of file HttpStatus.h.
Referenced by aclHTTPStatusCompare(), and toStr().