| 578 | } |
| 579 | |
| 580 | std::string HTTPRequest::GetURI() { |
| 581 | return evhttp_request_get_uri(req); |
| 582 | } |
| 583 | |
| 584 | HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod() { |
| 585 | switch (evhttp_request_get_command(req)) { |
no outgoing calls
no test coverage detected