Fast RPC or encoded calls between WSGI apps
Project description
This library has been renamed HTTPEncode
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 WSGIRemote==dev