Python-jsonrpc

Latest version: v0.10.0

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

Scan your dependencies

Page 8 of 10

0.3.3

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

2013-07-07

- Better HTTP server example

- Deleted the *rpcjson.json* import from *__init__.py*.

- The Method *do_POST* handles HTTP-POST requests

- CGI handler created

- CGI example created


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

0.3.2

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

2013-07-06

- Tests with BaseHTTPServer

- Moved *JsonRpc*-class from *__init__.py* to *rpclib.py*.

- *ThreadingHttpServer* created

- *HttpRequestHandler* created

- The Method *do_GET* handles HTTP-GET requests

- Created HTTP server example


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

0.3.1

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

2013-07-06

- Small new feature in HttpClient: Class instance calls will be redirected to
*self.call*. Now this is possible: ``http_client("add", 1, 2)``.


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

0.3.0

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

2013-07-04

- Try to import fast JSON-libraries at first:

1. try to use *jsonlib2*
2. try to use *simplejson*
3. use builtin *json*

- To simplify the code, now we use *bunch*. Bunch is a dictionary
that supports attribute-style access.


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

0.2.6

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

2013-07-03

- RPC-Errors are now better accessible


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

0.2.5

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

2013-06-30

- Now, it is possible to use the *method* name as *attribute* name for
HTTP-JSON-RPC Requests.


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

Page 8 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.