Closed debug-ito closed 11 years ago
I added some interface to Frame class mostly because I want to craft WebSocket frames to send in a more fine-grained way.
Some of the added interfaces were already implemented, but they are now clearly documented and tested.
Overview of the changes:
Wow. Nice work!
Don't remember why append is destructive. Probably for ease of work with AnyEvent, so the input buffer is automatically cleared. Maybe this is not a very good idea after all :)
I added some interface to Frame class mostly because I want to craft WebSocket frames to send in a more fine-grained way.
Some of the added interfaces were already implemented, but they are now clearly documented and tested.
Overview of the changes: