Commit Graph

69 Commits

Author SHA1 Message Date
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
Kenneth Reitz a032e7c392 link headers 2012-08-21 00:43:05 +10:00
Cory Benfield 7a9419ce35 Document encodings and RFC compliance. 2012-08-10 14:47:13 +01:00
muhtasib 6413c063ed Fix minor formatting issue. 2012-07-10 19:34:29 -03:00
Leila Muhtasib 051d3bb601 Updated documentation for SSL client cert usuage.
Co-Authored By: Timnit Gebru <tgebru@gmail.com>
Co-Authored By: Sarah Gonzalez <smar.gonz@gmail.com>
Co-Authored By: Victoria Mo <vm2355@columbia.edu>
2012-07-10 18:25:32 -04:00
Kenneth Reitz 6b1e81c410 cleanup #676 2012-06-14 12:51:28 -04:00
Michael Holler 5db661a9e4 Removed last attempt at documenting how to access Request from Response objects, replaced with section entitled 'Request and Response Objects' 2012-06-14 09:14:37 -05:00
Michael Holler fde7ba78f2 Added 'request object attributes' section header 2012-06-13 23:18:25 -05:00
Michael Holler b0db8cf2d8 Added alphabetized list of request attributes and descriptions. 2012-06-13 23:16:06 -05:00
Michael Holler a5f05353b3 Added documentation on how to access and use the Request object. 2012-06-13 23:00:12 -05:00
Daniel Miller c589d8a251 If this comment is true (https://github.com/kennethreitz/requests/issues/239#issuecomment-6180706), then it would be good to point people in the right direction. Otherwise disregard this message. 2012-06-07 16:47:54 -07:00
Danilo Bargen d81dfe266e Added information about HTTP proxy authentication to docs 2012-05-30 17:34:24 +02:00
Cory Benfield 2b8e01bff7 First draft of full verbs. 2012-05-19 21:34:36 +01:00
Adrian da288ad57a Remove bad tab indent 2012-04-04 11:03:49 +03:00
Andrey Petrov 03ae9bee74 Fixed typoe (s/repsonses/responses/) 2012-04-02 16:59:08 -07:00
Kenneth Reitz 6e26f5754b #508 2012-03-22 15:00:47 -04:00
Daniel Miller 82d1b340dc Suggesting changing "async.map(rs)" to "responses = async.map(rs)" just to show that it returns a list rather than mutating the original? Maybe this is apparent for most, but I was a bit confused =/ http://goo.gl/gE4up 2012-03-22 11:57:19 -07:00
Johannes Gorset 21c2146be4 Facilitate proxy configuration by environment variables 2012-03-08 13:34:23 +01:00
Johannes ca57e93ebf Fix httpbin urls with missing .org 2012-01-26 02:13:04 +00:00
Kenneth Reitz 976bfbf687 text 2012-01-23 02:43:38 -05:00
Lucian Ursu de17f4e5a4 Fixed code in 'Event Hooks' section 2012-01-10 12:17:57 +02:00
Kenneth Reitz 15396fb2f9 Update docs/user/advanced.rst 2012-01-07 13:44:09 -05:00
Kenneth Reitz 28db6c3f53 engrish 2011-12-28 03:58:08 -05:00
Kenneth Reitz 9fcfec18da ssl docs 2011-12-28 03:18:40 -05:00
Jason Emerick 2c153c1556 Add Twitter Streaming API example to Advanced Usage docs 2011-12-19 11:45:32 -05:00
Nick Hatch a6412b02ba Fix spelling errors, typos. 2011-12-11 01:58:55 -06:00
Chris Van Horne 37070ac30e Fixed spelling error in documentation. 2011-12-09 00:48:22 -07:00
Bryan Berg 02f422d132 Clarification of keep-alive behavior.
The existing behavior was a little opaque for me--I was making a PUT request which returned a HTTP 204 with a 0-byte body. I was never reading the body and was wondering why my connections were not being reused.
2011-11-28 22:55:02 -08:00
Kenneth Reitz a7a619ba5c Merge branch 'auth_callables' of https://github.com/idangazit/requests into develop
Conflicts:
	requests/models.py
2011-11-26 10:14:14 -05:00
Idan Gazit 7fdb09b766 Converted auth to use callable objects instead of tuples.
My attempt to address #275 on kennethreitz/requests.
2011-11-17 13:44:13 +02:00
elpres 81efe1fa88 Corrected period to comma. 2011-11-17 11:31:55 +01:00
Kenneth Reitz 6b377cc919 grocer's apostrophe 2011-11-13 01:24:29 -05:00
Kenneth Reitz 0a24de2ef9 big docs update on workflow of request lifecycle 2011-11-12 18:23:19 -05:00
Joseph McCullough 6833b326f8 Fixed gevent reference 2011-11-11 23:15:19 -06:00
Joseph McCullough afc6561fdb Fixed session API ref typo 2011-11-11 22:17:22 -06:00
Devin Sevilla 2d8440ea98 Verbose logging example does not work 2011-11-10 15:34:18 -08:00