| 67 | -------------------------------------------------------------------------*/ |
| 68 | |
| 69 | inline uint8_t |
| 70 | HTTPVersion::get_major() const |
| 71 | { |
| 72 | return vmajor; |
| 73 | } |
| 74 | |
| 75 | /*------------------------------------------------------------------------- |
| 76 | -------------------------------------------------------------------------*/ |
no outgoing calls
no test coverage detected