Outcome of validating a WebSocket opening handshake. More...
#include <HttpWebSocket.h>
Public Types | |
| enum class | Status : uint8_t { Accepted , BadRequest , UnsupportedVersion } |
Public Member Functions | |
| bool | accepted () const |
| int | httpStatusCode () const |
Public Attributes | |
| Status | status = Status::BadRequest |
Outcome of validating a WebSocket opening handshake.