| 129 | // Get/set http method. |
| 130 | HttpMethod method() const { return _method; } |
| 131 | void set_method(const HttpMethod method) { _method = method; } |
| 132 | |
| 133 | // Get/set status-code and reason-phrase. Notice that the const char* |
| 134 | // returned by reason_phrase() will be invalidated after next call to |
no outgoing calls