| 56 | } |
| 57 | |
| 58 | int |
| 59 | byteSize() const |
| 60 | { |
| 61 | if (isValid()) { |
| 62 | return TSHttpHdrLengthGet(m_buffer, m_lochdr); |
| 63 | } else { |
| 64 | return 0; |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | // TS_HTTP_TYPE_UNKNOWN, TS_HTTP_TYPE_REQUEST, TS_HTTP_TYPE_RESPONSE |
| 69 | TSHttpType type() const; |
nothing calls this directly
no test coverage detected