| 815 | } |
| 816 | |
| 817 | const char* http_client::request_url(void) const |
| 818 | { |
| 819 | if (!is_request_ && hdr_req_ && hdr_req_->url_part) { |
| 820 | return acl_vstring_str(hdr_req_->url_part); |
| 821 | } |
| 822 | return NULL; |
| 823 | } |
| 824 | |
| 825 | const char* http_client::request_path(void) const |
| 826 | { |