| 660 | -------------------------------------------------------------------------*/ |
| 661 | |
| 662 | inline void |
| 663 | URL::path_set(const char *value, int length) |
| 664 | { |
| 665 | ink_assert(valid()); |
| 666 | m_url_impl->set_path(m_heap, value, length, true); |
| 667 | } |
| 668 | |
| 669 | /*------------------------------------------------------------------------- |
| 670 | -------------------------------------------------------------------------*/ |
no test coverage detected