Fast RPC or encoded calls between WSGI apps
Project description
Note: This library is deprecated, but it is provided for systems or libraries that still depend on pieces of it. Further development of this library is highly unlikely. You are suggested instead to use WebOb and construct requests manually and use req.get_reponse(proxy).
This library allows you to make fast calls between cooperating WSGI applications, with automatic fallback for non-cooperative applications or remote applications.
Requests are sent through WSGI obeying all middleware and the WSGI spec. Serialization/deserialization is avoided when possible.
It can be installed from the subversion repository with easy_install HTTPEncode==dev
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.