Skip to content

Commit

Permalink
Add a README FBO Github browsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 27, 2015
1 parent d396a51 commit a8888be
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
``webob`` READEME
=================

.. image:: https://pypip.in/version/WebOb/badge.svg?style=flat
:target: https://pypi.python.org/pypi/WebOb/
:alt: Latest Version

.. image:: https://travis-ci.org/Pylons/webob.png?branch=master
:target: https://travis-ci.org/Pylons/webob

WebOb provides objects for HTTP requests and responses. Specifically
it does this by wrapping the `WSGI <http://wsgi.org>`_ request
environment and response status/headers/app_iter(body).

The request and response objects provide many conveniences for parsing
HTTP request and forming HTTP responses. Both objects are read/write:
as a result, WebOb is also a nice way to create HTTP requests and
parse HTTP responses.

0 comments on commit a8888be

Please sign in to comment.