@brief Gets whether the other party requested the connection to stay alive
| 131 | |
| 132 | /// @brief Gets whether the other party requested the connection to stay alive |
| 133 | [[nodiscard]] bool getKeepAlive() const { return parsedHeaders.parser.connectionKeepAlive; } |
| 134 | |
| 135 | /// @brief Gets the parsed HTTP protocol version token, for example `HTTP/1.1` |
| 136 | [[nodiscard]] StringSpan getVersion() const; |
nothing calls this directly
no outgoing calls
no test coverage detected