| 677 | -------------------------------------------------------------------------*/ |
| 678 | |
| 679 | inline int |
| 680 | HTTPHdr::valid() const |
| 681 | { |
| 682 | return (m_http && m_mime && m_heap); |
| 683 | } |
| 684 | |
| 685 | /*------------------------------------------------------------------------- |
| 686 | -------------------------------------------------------------------------*/ |
no outgoing calls
no test coverage detected