| 620 | -------------------------------------------------------------------------*/ |
| 621 | |
| 622 | inline int |
| 623 | URL::port_get() const |
| 624 | { |
| 625 | ink_assert(valid()); |
| 626 | return url_canonicalize_port(m_url_impl->get_type(), m_url_impl->get_port()); |
| 627 | } |
| 628 | |
| 629 | /*------------------------------------------------------------------------- |
| 630 | -------------------------------------------------------------------------*/ |
no test coverage detected