The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

MODULE = Protocol::WebSocket::Fast PACKAGE = Protocol::WebSocket::Fast::ClientParser
PROTOTYPES: DISABLE
BOOT {
Stash(__PACKAGE__).inherit("Protocol::WebSocket::Fast::Parser");
}
ClientParser* ClientParser::new (Parser::Config cfg = {})
string ClientParser::connect_request (ConnectRequestSP req)
ConnectResponseSP ClientParser::connect (string buf) {
RETVAL = THIS->connect(buf);
}