Commit Graph

104 Commits

Author SHA1 Message Date
Aaron Iles 8a0bae45c2 Move SNI documentation to FAQ
Relocate documentation on Server-Name-Indication from the advanced
section to the frequently asked questions. This is minus details on
enabling SNI on Python2, which is instead captured by linking to Stack
Overflow.
2014-02-02 22:19:10 +11:00
Aaron Iles b5b8198fd1 Document requirements for SNI support on Python2
A section for Request's advanced usage guide on what Server Name
Indication is, its purpose, and how to enable it on Python2.
2014-02-02 20:14:05 +11:00
Cory Benfield 476ab203bc Document contextlib.closing. 2014-01-16 08:37:29 +00:00
Cory Benfield ac4e05874a Fixup the header heirarchy. 2014-01-09 19:50:56 +00:00
Cory Benfield 098865122c Merge branch 'master' of github.com:dsoprea/requests
Conflicts:
	docs/user/advanced.rst
2014-01-09 19:46:32 +00:00
Dustin Oprea 3ccdfce2e5 Added an SSL TA example. 2014-01-09 11:41:30 -05:00
kennethreitz 632304209c Merge pull request #1831 from kevinburke/interlinks
Add more interlinks between the documentation
2014-01-08 10:48:25 -08:00
Kevin Burke a0e7706440 Fix warnings when building the docs
It may be nice to make builds fail if new documentation generates warnings, to
avoid these sorts of problems slipping in in the future.
2013-12-28 00:09:29 -08:00
Kevin Burke fad8d743b5 Add more interlinks between the documentation
Also fixes up tense in a few cases, and adds the `intersphinx` extension so we
can link to the urllib3 documentation when it is called out.
2013-12-27 23:43:55 -08:00
Ian Cordasco d8d9591076 Update the history and change the last last references to charade 2013-12-18 08:46:49 -06:00
Kenneth Reitz ebdd5cabab further cleanup examples 2013-10-28 13:39:04 -04:00
Kenneth Reitz a9839dc7db Merge remote-tracking branch 'origin/master' 2013-10-28 13:36:08 -04:00
Kenneth Reitz 2c1f51be0e fix @lukasa's lack of taste :)
#1702
2013-10-28 13:36:04 -04:00
Cory Benfield e8683f00a6 Improve the PreparedRequest docs. 2013-10-24 21:14:46 +01:00
Cory Benfield 741fd3ded5 Remove requests.*() from docs.
This looks like a typo, even though it isn't.
2013-10-21 11:57:06 +01:00
Randy Morris f32b86dba2 False -> True typo 2013-10-08 14:19:30 -04:00
Randy Morris 66339b21fa update verbiage about streaming requests
The Twitter API is no longer used in the example.
2013-10-07 10:43:48 -04:00
Riyad Parvez 6087015f1c Update advanced.rst 2013-10-05 20:10:27 +06:00
Riyad Parvez f9b7d92b91 updated print statement 2013-10-05 09:55:14 +06:00
David Pursehouse 82e6706722 Minor doc updates
- Improve wording of sentence describing proxy environment
  variable setting.
- Mention that proxy URLs must include the scheme.
2013-10-04 10:19:33 +09:00
homm a4cd1a85d6 fix spelling 2013-09-12 13:21:54 +04:00
homm 3440fca2e8 clearly describe r.raw in Body Content Workflow 2013-09-12 13:13:51 +04:00
homm 10b6d77945 remove extra mention of dangerous r.raw 2013-09-12 10:20:47 +04:00
libbkmz 78e5262dbd Update advanced.rst 2013-08-19 00:01:37 +04:00
Kwpolska 2ef782b8e6 further treatment
Signed-off-by: Kwpolska <kwpolska@gmail.com>
2013-07-20 13:54:33 +02:00
Kwpolska b738c97ec3 session object should be uppercase
Signed-off-by: Kwpolska <kwpolska@gmail.com>
2013-07-20 13:39:50 +02:00
Kwpolska 587385bfe0 Grammar fixes and such
Signed-off-by: Kwpolska <kwpolska@gmail.com>
2013-07-20 12:56:25 +02:00
Lukasz Balcerzak 805abee9b4 Fixed wrong method call at streaming example
405 is returned if POST request is performed to http://httpbin.org/stream/20
2013-06-27 13:37:39 +02:00
Josh Schneier 43a64d9515 fix doc typo 2013-06-09 11:14:14 -04:00
Cory Benfield f53aed1611 Document blocking calls. 2013-06-08 11:09:39 +01:00
Kenneth Reitz 082029ff2e switch streaming requests to httpbin 2013-04-13 15:26:49 -04:00
Mike Helmick ed0242ae3a Fix Advanced docs Twitter Streaming example
Twitter API v1.1 Streaming now requires OAuth Authentication rather than XAuth.
I believe v1 is being blacked out sometime at the beginning of May.
2013-04-11 20:19:51 -04:00
Cory Benfield e5f1053b30 Shell of Transport Adapter documentation. 2013-04-09 20:58:59 +01:00
Ian Cordasco b9e5cce2d2 Add PreparedRequest recipe to the docs 2013-04-02 10:07:37 -04:00
Pascal Borreli 037b38badb Fixed typos 2013-04-01 18:02:18 +00:00
Thomas Weißschuh b53975327f use explicit scheme for proxies in the docs
Issue #1192 tried to force user to provide a scheme for proxy urls.
As this would break backwards compability change the docs instead.
2013-02-15 16:32:50 +00:00
ekatsah 79727abb32 Update docs/user/advanced.rst
Rephrasing a line in the docs, add explicite mention of "client side certificate" (for indexing and clarity)
2013-01-30 21:22:24 +01:00
Cory Benfield c678a7b402 Small typo fixes. 2013-01-21 19:55:08 +00:00
Kenneth Reitz 41687c8fa8 v1.1.0 and docs 2013-01-10 02:13:02 -05:00
Kenneth Reitz 47fe258b5a Merge pull request #1085 from graingert/patch-1
Update the advanced doc to use the r.json method
2013-01-07 10:42:14 -08:00
Thomas Grainger 7dc13e5cab Update the link headers doc to match the code 2013-01-04 21:46:14 +00:00
Thomas Grainger 7687746c7c Update the advanced doc to use the r.json method 2013-01-04 21:33:51 +00:00
Kenneth Reitz 5b5ff69201 update docs 2012-12-23 02:42:14 -05:00
Cory Benfield 1790b1df17 Update session documentation. 2012-12-22 11:03:29 +00:00
Kenneth Reitz 1451ba0c6d update docs 2012-12-17 08:33:18 -05:00
Gareth Lloyd d9a85560a2 add prefetch=False to streaming example 2012-09-06 15:13:46 +01:00
Harry Waye 991b853bd9 Updated content workflow section of the advanced use docs 2012-08-30 18:14:37 +01:00
Kenneth Reitz b257b10281 typo 2012-08-26 18:34:09 -04:00
Cory Benfield b5ce5029ea Cleanup Advanced doc and remove `.:' from docs 2012-08-20 16:58:43 +01:00
Kenneth Reitz 49a7947bcb link docs! 2012-08-21 00:52:09 +10:00