| 805 | -------------------------------------------------------------------------*/ |
| 806 | |
| 807 | inline bool |
| 808 | HTTPHdr::is_target_in_url() const |
| 809 | { |
| 810 | this->_test_and_fill_target_cache(); |
| 811 | return m_target_in_url; |
| 812 | } |
| 813 | |
| 814 | /*------------------------------------------------------------------------- |
| 815 | -------------------------------------------------------------------------*/ |
no test coverage detected