Python-jsonrpc

Latest version: v0.10.0

Safety actively analyzes 638218 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 10

0.5.5

=============

2014-10-22

- Httpclient and HttpRequestHandler: Added the possibility to compress
HTTP-requests and HTTP-responses with *gzip*. ajtag: Thanks :-)

- Workaround in Response-class for other external library (I don't know which one.
ask ajtag): Response accepts "faultCode", "fault" and "faultString".


=============

0.5.4

=============

2014-10-21

- New Alias `ServiceProxy` added. For better compatibility to other libraries.

- *Request.from_string()* added

- *Request.to_string()* added

- Examples added


=============

0.5.3

=============

2014-10-21

- New Alias `ServiceMethod` added, for the *pyjsonrpc.rpcmethod*-decorator.


=============

0.5.2

=============

2014-10-11

- HTTP-Server: The content-type is changeable, now. Default content-type stays
"application/json". If you want to change the content-type::

class RequestHandler(pyjsonrpc.HttpRequestHandler):

content-type = "application/json-rpc"

...

- HTTP-Server GET-Request: Check if method name given


=============

0.5.1

=============

2014-09-12

- Descriptions


=============

0.5.0

=============

2014-09-12

- The new decorator *pyjsonrpc.rpcmethod* signs methods as JSON-RPC-Methods.

- Examples with the new *rpcmethod*-decorator added.

- I think, *python-jsonrpc* is stable enough to set the classifier to
"Development Status :: 5 - Production/Stable".


=============

Page 6 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.