| 147 | void initialize(Parser &p) override; |
| 148 | |
| 149 | TSHttpStatus |
| 150 | get_status() const |
| 151 | { |
| 152 | return static_cast<TSHttpStatus>(_status.get_int_value()); |
| 153 | } |
| 154 | |
| 155 | const std::string & |
| 156 | get_location() const |
nothing calls this directly
no test coverage detected