Commit Graph

111 Commits

Author SHA1 Message Date
Michael Holler 8b9f1b36bd Removed last attempt at documenting how to access Request from Response objects, replaced with section entitled 'Request and Response Objects' 2012-06-14 09:09:58 -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 1164450dac Added r.json documentation (document ALL the awesome features!) 2012-06-06 16:59:20 +02: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
Cory Benfield 36fd8da1c0 Correctly reflect redirection behaviour.
The docs incorrectly listed HEAD as a method that follows redirects by
default: it does not. This commit resolves this issue, and thus resolves
issue #504.
2012-05-17 19:25:35 +01:00
Cory Benfield 45506d1f39 Rewrite quickstart docs.
This should help with issue #503.
2012-05-17 10:16:42 +01:00
barberj e912a6f5da sending strings to be received as files 2012-05-06 15:14:57 -07:00
Shivaram Lingamneni fdd08215ea update documentation to correspond to new cookie API 2012-05-01 21:46:53 -07: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
pulpe 13060f89c7 little correction of curl in docs 2012-03-28 10:45:21 +02:00
Kenneth Reitz 4c1852f928 Merge branch 'develop' of github.com:kennethreitz/requests into develop 2012-03-22 15:00:51 -04: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
Jonathan Drosdeck f2172922c5 Add quickstart doc and example for passing parameters in a GET request 2012-03-18 15:37:46 -04:00
Johannes Gorset 21c2146be4 Facilitate proxy configuration by environment variables 2012-03-08 13:34:23 +01:00
Danilo Bargen 8b750ee182 Added StringIO/Image example to quickstart documentation. 2012-02-21 09:24:52 +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
Kenneth Reitz 1bc377b188 r.text 2012-01-23 02:42:34 -05:00
Kenneth Reitz a89530aef5 explain binary response data 2012-01-23 02:42:05 -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
Bryan Helmig aa39fb0c80 mention of error modes in quickstart 2012-01-05 14:11:19 -06:00
Kenneth Reitz e3288d5e33 Update docs/user/install.rst 2012-01-02 02:50: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
Ed Summers 56d6d703f9 disable_redirects parameter does not seem to exist anymore, updated docs to point folks at allow_redirects 2011-12-06 21:36:32 -05:00
Kenneth Reitz 7fbbdeb324 Merge remote-tracking branch 'origin/develop' into develop 2011-11-30 12:45:17 -05:00
Kenneth Reitz f7e4832472 sp 2011-11-30 12:45:13 -05: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 1933d3c707 Added support for HTTP Basic Auth credentials in 2-tuple 2011-11-19 23:59:27 +02:00
Kenneth Reitz ab23536b1b quickstart for encoding 2011-11-19 16:15:48 -05:00
Kenneth Reitz 2a7223585e Merge pull request #280 from darkrho/58e018af136190a2c757b13bf9371cecc2d51273
Updated docs with an example of explicit filename in file uploads section
2011-11-18 21:26:08 -08:00
Rolando Espinoza La fuente 58e018af13 updated docs for last change in files argument to support explicit filename. 2011-11-18 18:45:10 -04: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
Joseph McCullough 588b6bbf8a Added OAuth reference to quickstart file 2011-11-14 01:09:12 -06:00
Kenneth Reitz 6b377cc919 grocer's apostrophe 2011-11-13 01:24:29 -05:00
Kenneth Reitz e91fe9b2b8 stray note 2011-11-13 01:21:58 -05:00
Kenneth Reitz 45c9ecc82a missing param in quick start 2011-11-13 01:21:30 -05:00
Kenneth Reitz 3d49eb40f8 sp 2011-11-13 01:17:27 -05:00