Changes between Version 41 and Version 42 of pyson


Ignore:
Timestamp:
06/03/21 09:08:16 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v41 v42  
    230230You just need to update the class and function attributes.
    231231For now, check the source code for details.
     232
     233
     234
     235== Note on URI
     236Pyson supports URI objects, from https://github.com/marrow/uri
     237To 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.