request method version
| 85 | |
| 86 | // request method version |
| 87 | int |
| 88 | version() const |
| 89 | { |
| 90 | return TSHttpHdrVersionGet(m_buffer, m_lochdr); |
| 91 | } |
| 92 | |
| 93 | // Returns string representation of the url. Caller gets ownership! |
| 94 | char *urlString(int *const urllen) const; |
no test coverage detected