| 240 | } |
| 241 | |
| 242 | http_state http_server_request::get_state() const { |
| 243 | return this->state; |
| 244 | } |
| 245 | |
| 246 | uint16_t http_server_request::get_status() const { |
| 247 | return this->status; |
nothing calls this directly
no outgoing calls
no test coverage detected