NAME
JMAP::Tester::WebSocket::Role::WebSocketResult - the kind of thing that you get back for a WebSocket request
VERSION
version 0.004
OVERVIEW
This is the role consumed by the class of any object returned by JMAP::Tester::WebSocket's request
method.
METHODS
response_payload
Returns the raw payload of the response, if there is one. Empty string otherwise.
AUTHOR
Matthew Horsfall <wolfsage@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by FastMail, Ltd.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.