camcom 1.0.3
 
Loading...
Searching...
No Matches
httplib::ws::impl Namespace Reference

Functions

bool is_valid_utf8 (const std::string &s)
 
bool read_websocket_frame (Stream &strm, Opcode &opcode, std::string &payload, bool &fin, bool expect_masked, size_t max_len)
 

Function Documentation

◆ is_valid_utf8()

bool httplib::ws::impl::is_valid_utf8 ( const std::string & s)
inline

◆ read_websocket_frame()

bool httplib::ws::impl::read_websocket_frame ( Stream & strm,
Opcode & opcode,
std::string & payload,
bool & fin,
bool expect_masked,
size_t max_len )
inline