JSON-RPC proxy using application/json-rpc as default Content-Type
Project description
This package provides a json-rpc proxy using the fastest available json method and application/json-rpc as Content-Type.
Changes
0.7.1 (2021-12-04)
support bearer token authentication
0.7.0 (2016-09-19)
feature: Support jsonReader and jsonWriter arguments for JSONRPCProxy setup. This allows to use custom json encoder and decoder and provide custom object convertion e.g. datetime etc. The p01.publisher version 0.7.0 also provides hooks in the request and response classed for convert custom json data with custom encoder and decoder. See getJSONData and getJSONString in p01.publisher for more information.
feature: simplify json reader and writer implementation. Removed ujson dependency for testing
removed z3c.json dependency. Provide the same exceptions as z3c.json provides in p01.json.exceptions.
0.6.0 (2016-04-16)
feature: improved transport setup if not explicit given.
feature: implemented ujson support
feature: implemented json reader and json writer method pointer for custom json lib usage
adjust tests, test new json reader and writer implementation, remove minjson test setup
0.5.0 (2015-03-17)
initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.