docs update

This commit is contained in:
Kenneth Reitz
2011-05-15 21:14:51 -04:00
parent d39cde206b
commit d18ea48b95
4 changed files with 58 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
Requests: HTTP for Humans
=========================
Release v\ |version|. (`Installation <install>`_)
Release v\ |version|. (:ref:`Installation <install>`)
Requests is an :ref:`ISC Licensed <isc>` HTTP library, written in Python, for human beings.
+2
View File
@@ -1,3 +1,5 @@
.. install:
Installation
============
+1 -1
View File
@@ -52,4 +52,4 @@ At this time, the following Python platforms are officially supported:
* PyPy-c 1.5
Support for other Python 3.x is planned.
Support for Python 3.x is planned.
+54
View File
@@ -0,0 +1,54 @@
Feature Overview
================
Quickstart
==========
GET Request
-----------
Adding Parameters
-----------------
Adding Headers
--------------
HTTP Basic Auth
---------------
Tracking Redirects
------------------
HTTP POST (Form Data)
---------------------
HTTP POST (Binary Data)
-----------------------
HTTP POST (Multipart Files)
---------------------------
HTTP PUT
--------
HTTP DELETE
-----------
HTTP HEAD
---------