| 823 | } |
| 824 | |
| 825 | const char* http_client::request_path(void) const |
| 826 | { |
| 827 | if (!is_request_ && hdr_req_ && hdr_req_->url_path) { |
| 828 | return acl_vstring_str(hdr_req_->url_path); |
| 829 | } |
| 830 | return NULL; |
| 831 | } |
| 832 | |
| 833 | const char* http_client::request_params(void) const |
| 834 | { |