summaryrefslogtreecommitdiff
path: root/docs/user
Commit message (Collapse)AuthorAgeFilesLines
* Fix Response Status Codes in the docs.Ian Cordasco2012-06-211-1/+1
|
* Update raise_for_status() exception output to reflect that ↵jkleint2012-06-181-3/+3
| | | | requests.exceptions.HTTPError is raised, not urllib2.HTTPError.
* cleanup #676Kenneth Reitz2012-06-141-51/+4
|
* Removed last attempt at documenting how to access Request from Response ↵Michael Holler2012-06-141-83/+79
| | | | objects, replaced with section entitled 'Request and Response Objects'
* Added 'request object attributes' section headerMichael Holler2012-06-131-4/+3
|
* Added alphabetized list of request attributes and descriptions.Michael Holler2012-06-131-0/+18
|
* Added documentation on how to access and use the Request object.Michael Holler2012-06-131-0/+65
|
* If this comment is true ↵Daniel Miller2012-06-071-36/+1
| | | | (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.
* Added r.json documentation (document ALL the awesome features!)Danilo Bargen2012-06-061-0/+13
|
* Added information about HTTP proxy authentication to docsDanilo Bargen2012-05-301-2/+13
|
* First draft of full verbs.Cory Benfield2012-05-191-0/+156
|
* Correctly reflect redirection behaviour.Cory Benfield2012-05-171-5/+5
| | | | | | 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.
* Rewrite quickstart docs.Cory Benfield2012-05-171-123/+102
| | | | This should help with issue #503.
* sending strings to be received as filesbarberj2012-05-061-0/+28
|
* update documentation to correspond to new cookie APIShivaram Lingamneni2012-05-011-2/+2
|
* Remove bad tab indentAdrian2012-04-041-2/+2
|
* Fixed typoe (s/repsonses/responses/)Andrey Petrov2012-04-021-1/+1
|
* little correction of curl in docspulpe2012-03-281-2/+2
|
* Merge branch 'develop' of github.com:kennethreitz/requests into developKenneth Reitz2012-03-221-0/+26
|\
| * Add quickstart doc and example for passing parameters in a GET requestJonathan Drosdeck2012-03-181-0/+26
| |
* | #508Kenneth Reitz2012-03-221-0/+1
| |
* | Suggesting changing "async.map(rs)" to "responses = async.map(rs)" just to ↵Daniel Miller2012-03-221-1/+1
|/ | | | 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
* Facilitate proxy configuration by environment variablesJohannes Gorset2012-03-081-0/+27
|
* Added StringIO/Image example to quickstart documentation.Danilo Bargen2012-02-211-0/+7
|
* Fix httpbin urls with missing .orgJohannes2012-01-261-3/+3
|
* textKenneth Reitz2012-01-231-1/+1
|
* r.textKenneth Reitz2012-01-231-4/+4
|
* explain binary response dataKenneth Reitz2012-01-231-6/+32
|
* Fixed code in 'Event Hooks' sectionLucian Ursu2012-01-101-1/+1
|
* Update docs/user/advanced.rstKenneth Reitz2012-01-071-2/+2
|
* mention of error modes in quickstartBryan Helmig2012-01-051-0/+4
|
* Update docs/user/install.rstKenneth Reitz2012-01-021-2/+2
|
* engrishKenneth Reitz2011-12-281-1/+1
|
* ssl docsKenneth Reitz2011-12-281-2/+17
|
* Add Twitter Streaming API example to Advanced Usage docsJason Emerick2011-12-191-0/+21
|
* Fix spelling errors, typos.Nick Hatch2011-12-112-6/+6
|
* Fixed spelling error in documentation.Chris Van Horne2011-12-091-1/+1
|
* disable_redirects parameter does not seem to exist anymore, updated docs to ↵Ed Summers2011-12-061-2/+2
| | | | point folks at allow_redirects
* Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2011-11-301-0/+2
|\
| * Clarification of keep-alive behavior.Bryan Berg2011-11-281-0/+2
| | | | | | | | 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.
* | sp Kenneth Reitz2011-11-301-1/+1
|/
* Merge branch 'auth_callables' of https://github.com/idangazit/requests into ↵Kenneth Reitz2011-11-262-21/+35
|\ | | | | | | | | | | | | develop Conflicts: requests/models.py
| * Added support for HTTP Basic Auth credentials in 2-tupleIdan Gazit2011-11-191-4/+15
| |
| * Converted auth to use callable objects instead of tuples.Idan Gazit2011-11-172-18/+21
| | | | | | | | My attempt to address #275 on kennethreitz/requests.
* | quickstart for encodingv0.8.2Kenneth Reitz2011-11-191-0/+5
| |
* | Merge pull request #280 from darkrho/58e018af136190a2c757b13bf9371cecc2d51273Kenneth Reitz2011-11-181-0/+25
|\ \ | | | | | | Updated docs with an example of explicit filename in file uploads section
| * | updated docs for last change in `files` argument to support explicit filename.Rolando Espinoza La fuente2011-11-181-0/+25
| |/
* | Corrected period to comma.elpres2011-11-171-1/+1
|/
* Added OAuth reference to quickstart fileJoseph McCullough2011-11-141-0/+5
|
* grocer's apostropheKenneth Reitz2011-11-131-1/+1
|