Changes between Version 41 and Version 42 of pyson
- Timestamp:
- 06/03/21 09:08:16 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v41 v42 230 230 You just need to update the class and function attributes. 231 231 For now, check the source code for details. 232 233 234 235 == Note on URI 236 Pyson supports URI objects, from https://github.com/marrow/uri 237 To properly support websocket URIs like {{{ws://localhost:8080/profilesserver/websocket/get/party/party1}}} we use uri version 3.0.0, which is currently still in development.