| 650 | -------------------------------------------------------------------------*/ |
| 651 | |
| 652 | inline const char * |
| 653 | URL::path_get(int *length) |
| 654 | { |
| 655 | ink_assert(valid()); |
| 656 | return m_url_impl->get_path(length); |
| 657 | } |
| 658 | |
| 659 | /*------------------------------------------------------------------------- |
| 660 | -------------------------------------------------------------------------*/ |