| 600 | -------------------------------------------------------------------------*/ |
| 601 | |
| 602 | inline const char * |
| 603 | URL::host_get(int *length) |
| 604 | { |
| 605 | ink_assert(valid()); |
| 606 | return m_url_impl->get_host(length); |
| 607 | } |
| 608 | |
| 609 | /*------------------------------------------------------------------------- |
| 610 | -------------------------------------------------------------------------*/ |
no test coverage detected