skip to navigation
skip to content

HTTPEncode 0.1dev

Fast RPC or encoded calls between WSGI apps

Latest Version: 0.1

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