| 76 | -------------------------------------------------------------------------*/ |
| 77 | |
| 78 | inline uint8_t |
| 79 | HTTPVersion::get_minor() const |
| 80 | { |
| 81 | return vminor; |
| 82 | } |
| 83 | |
| 84 | /*------------------------------------------------------------------------- |
| 85 | -------------------------------------------------------------------------*/ |
no outgoing calls
no test coverage detected