| 615 | } |
| 616 | |
| 617 | std::string HTTPRequest::GetURI() { |
| 618 | return evhttp_request_get_uri(req); |
| 619 | } |
| 620 | |
| 621 | HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod() { |
| 622 | switch (evhttp_request_get_command(req)) { |
no outgoing calls
no test coverage detected