summaryrefslogtreecommitdiff
path: root/docs/user/advanced.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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 information about HTTP proxy authentication to docsDanilo Bargen2012-05-301-2/+13
|
* First draft of full verbs.Cory Benfield2012-05-191-0/+156
|
* Remove bad tab indentAdrian2012-04-041-2/+2
|
* Fixed typoe (s/repsonses/responses/)Andrey Petrov2012-04-021-1/+1
|
* #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
|
* Fix httpbin urls with missing .orgJohannes2012-01-261-3/+3
|
* textKenneth Reitz2012-01-231-1/+1
|
* Fixed code in 'Event Hooks' sectionLucian Ursu2012-01-101-1/+1
|
* Update docs/user/advanced.rstKenneth Reitz2012-01-071-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-111-5/+5
|
* Fixed spelling error in documentation.Chris Van Horne2011-12-091-1/+1
|
* 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.
* Merge branch 'auth_callables' of https://github.com/idangazit/requests into ↵Kenneth Reitz2011-11-261-16/+17
|\ | | | | | | | | | | | | develop Conflicts: requests/models.py
| * Converted auth to use callable objects instead of tuples.Idan Gazit2011-11-171-16/+17
| | | | | | | | My attempt to address #275 on kennethreitz/requests.
* | Corrected period to comma.elpres2011-11-171-1/+1
|/
* grocer's apostropheKenneth Reitz2011-11-131-1/+1
|
* big docs update on workflow of request lifecycleKenneth Reitz2011-11-121-0/+21
|
* Fixed gevent referenceJoseph McCullough2011-11-111-1/+1
|
* Fixed session API ref typoJoseph McCullough2011-11-111-1/+1
|
* Verbose logging example does not workDevin Sevilla2011-11-101-2/+2
|
* remove the jar referencesKenneth Reitz2011-11-091-2/+2
|
* cross-references in documentationKenneth Reitz2011-11-091-6/+3
|
* better advanced quick startKenneth Reitz2011-11-091-2/+8
|
* explain sessions and keep aliveKenneth Reitz2011-11-091-3/+28
|
* Explain custom auth handlersKenneth Reitz2011-10-231-0/+33
|
* settings => configKenneth Reitz2011-10-221-2/+2
|
* show both session stylesKenneth Reitz2011-10-221-5/+5
|
* Clarify documentation around async.map and Request.sendDaniel Hengeveld2011-10-201-3/+4
|
* gevent installation documentationKenneth Reitz2011-10-131-1/+1
|
* Async requests docsKenneth Reitz2011-10-131-0/+34
|
* Migrate new docs over.Kenneth Reitz2011-10-131-2/+2
|
* Typo in documentation Shrikant Sharat Kandula2011-09-081-1/+1
| | | The kwarg is named `headers`, not `header`. Also, its a dict, not a set.
* doc cleanupsKenneth Reitz2011-08-171-0/+1
|
* yawnsKenneth Reitz2011-08-171-2/+3
|
* hijack argumentsKenneth Reitz2011-08-171-0/+31
|
* advanced docsKenneth Reitz2011-08-171-1/+57
|
* docs updateKenneth Reitz2011-08-171-10/+36
|
* Added docs regarding requests.session to docs/user/advanced.rstTom Hogans2011-08-161-0/+22
|
* docs refactorKenneth Reitz2011-05-151-0/+0