mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
docs update
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. install:
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
|
||||
+1
-1
@@ -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.
|
||||
@@ -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
|
||||
---------
|
||||
|
||||
Reference in New Issue
Block a user