| 98 | } |
| 99 | |
| 100 | void |
| 101 | Request::reset() |
| 102 | { |
| 103 | state_->hdr_buf_ = nullptr; |
| 104 | state_->hdr_loc_ = nullptr; |
| 105 | state_->headers_.reset(nullptr, nullptr); |
| 106 | state_->url_loc_ = nullptr; |
| 107 | LOG_DEBUG("Reset request %p", this); |
| 108 | } |
| 109 | |
| 110 | HttpMethod |
| 111 | Request::getMethod() const |
no outgoing calls
no test coverage detected