<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>HTTPEncode</name>
<shortdesc>Fast RPC or encoded calls between WSGI apps</shortdesc>
<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 &lt;http://pythonpaste.org/webob/&gt;`_ 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
&lt;http://svn.pythonpaste.org/Paste/HTTPEncode/trunk#egg=HTTPEncode-dev&gt;`_
with ``easy_install HTTPEncode==dev``</description>
<homepage rdf:resource="http://pythonpaste.org/httpencode/" />
<maintainer><foaf:Person><foaf:name>Ian Bicking</foaf:name>
<foaf:mbox_sha1sum>1630a5dec536c87a376fa91c571508b6c54e21fa</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>