| 630 | -------------------------------------------------------------------------*/ |
| 631 | |
| 632 | inline int |
| 633 | URL::port_get_raw() const |
| 634 | { |
| 635 | ink_assert(valid()); |
| 636 | return m_url_impl->get_port(); |
| 637 | } |
| 638 | |
| 639 | /*------------------------------------------------------------------------- |
| 640 | -------------------------------------------------------------------------*/ |
no test coverage detected