| 700 | -------------------------------------------------------------------------*/ |
| 701 | |
| 702 | inline void |
| 703 | URL::query_set(const char *value, int length) |
| 704 | { |
| 705 | ink_assert(valid()); |
| 706 | m_url_impl->set_query(m_heap, value, length, true); |
| 707 | } |
| 708 | |
| 709 | /*------------------------------------------------------------------------- |
| 710 | -------------------------------------------------------------------------*/ |
no test coverage detected