aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language_websocket.py
Commit message (Collapse)AuthorAgeFilesLines
* websockets: raw body specificationAldo Cortesi2015-05-171-0/+8
|
* websockets: lINTEGER to specify payload lengthAldo Cortesi2015-05-171-0/+8
|
* websockets: replace the "raw" with a simpler mechanismAldo Cortesi2015-05-171-2/+9
| | | | | You can now say "knone" to specifiy that no key should be generated under any circumstances.
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-161-11/+42
|
* websockets: mask specificationAldo Cortesi2015-05-161-0/+6
| | | | | | - Add a FixedLengthValue - Use it to implement a 4-byte mask specifier - Adjust docs
* websockets: fix actions on framesAldo Cortesi2015-05-051-0/+1
|
* websockets: specification of fin, mask, rsv1-3 bits.Aldo Cortesi2015-05-041-4/+28
|
* websockets: code specificationAldo Cortesi2015-05-031-1/+15
|
* test coverage: generators and websockets to 100%Aldo Cortesi2015-05-021-9/+14
|
* tests: extract language.writer and language.websocketAldo Cortesi2015-05-021-0/+20