| 807 | } |
| 808 | |
| 809 | const char* http_client::request_method(void) const |
| 810 | { |
| 811 | if (!is_request_ && hdr_req_) { |
| 812 | return hdr_req_->method; |
| 813 | } |
| 814 | return NULL; |
| 815 | } |
| 816 | |
| 817 | const char* http_client::request_url(void) const |
| 818 | { |
no outgoing calls
no test coverage detected