| 610 | -------------------------------------------------------------------------*/ |
| 611 | |
| 612 | inline void |
| 613 | URL::host_set(const char *value, int length) |
| 614 | { |
| 615 | ink_assert(valid()); |
| 616 | m_url_impl->set_host(m_heap, value, length, true); |
| 617 | } |
| 618 | |
| 619 | /*------------------------------------------------------------------------- |
| 620 | -------------------------------------------------------------------------*/ |
no test coverage detected