Skip to content

Commit

Permalink
Update feature list for encode/decode params.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Oct 25, 2024
1 parent 1387c97 commit 6c9e3f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/reference/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,18 @@ Both sides
+------------------------------------+--------+--------+--------+--------+
| Send a fragmented message |||||
+------------------------------------+--------+--------+--------+--------+
| Receive a fragmented message frame ||| ||
| Receive a fragmented message frame ||| ||
| by frame | | | | |
+------------------------------------+--------+--------+--------+--------+
| Receive a fragmented message after |||||
| reassembly | | | | |
+------------------------------------+--------+--------+--------+--------+
| Force sending a message as Text or |||||
| Binary | | | | |
+------------------------------------+--------+--------+--------+--------+
| Force receiving a message as |||||
| :class:`bytes` or :class:`str` | | | | |
+------------------------------------+--------+--------+--------+--------+
| Send a ping |||||
+------------------------------------+--------+--------+--------+--------+
| Respond to pings automatically |||||
Expand Down

0 comments on commit 6c9e3f4

Please sign in to comment.