| 236 | } |
| 237 | |
| 238 | std::string http_server_request::get_path() const { |
| 239 | return this->path; |
| 240 | } |
| 241 | |
| 242 | http_state http_server_request::get_state() const { |
| 243 | return this->state; |
nothing calls this directly
no outgoing calls
no test coverage detected