summaryrefslogtreecommitdiff
path: root/docs/user/advanced.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix spellinghomm2013-09-121-1/+1
|
* clearly describe `r.raw` in Body Content Workflowhomm2013-09-121-1/+1
|
* remove extra mention of dangerous `r.raw`homm2013-09-121-1/+1
|
* Update advanced.rstlibbkmz2013-08-191-1/+1
|
* further treatmentKwpolska2013-07-201-1/+1
| | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* session object should be uppercaseKwpolska2013-07-201-2/+2
| | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* Grammar fixes and suchKwpolska2013-07-201-1/+1
| | | | Signed-off-by: Kwpolska <kwpolska@gmail.com>
* Fixed wrong method call at streaming exampleLukasz Balcerzak2013-06-271-1/+1
| | | 405 is returned if POST request is performed to http://httpbin.org/stream/20
* fix doc typoJosh Schneier2013-06-091-1/+1
|
* Document blocking calls.Cory Benfield2013-06-081-0/+18
|
* switch streaming requests to httpbinKenneth Reitz2013-04-131-12/+5
|
* Fix Advanced docs Twitter Streaming exampleMike Helmick2013-04-111-2/+10
| | | | | 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.
* Shell of Transport Adapter documentation.Cory Benfield2013-04-091-8/+44
|
* Add PreparedRequest recipe to the docsIan Cordasco2013-04-021-1/+35
|
* Fixed typosPascal Borreli2013-04-011-1/+1
|
* use explicit scheme for proxies in the docsThomas Weißschuh2013-02-151-4/+4
| | | | | Issue #1192 tried to force user to provide a scheme for proxy urls. As this would break backwards compability change the docs instead.
* Update docs/user/advanced.rstekatsah2013-01-301-1/+1
| | | Rephrasing a line in the docs, add explicite mention of "client side certificate" (for indexing and clarity)
* Small typo fixes.Cory Benfield2013-01-211-2/+2
|
* v1.1.0 and docsKenneth Reitz2013-01-101-0/+22
|
* Merge pull request #1085 from graingert/patch-1Kenneth Reitz2013-01-071-10/+5
|\ | | | | Update the advanced doc to use the r.json method
| * Update the advanced doc to use the r.json methodThomas Grainger2013-01-041-10/+5
| |
* | Update the link headers doc to match the codeThomas Grainger2013-01-041-4/+4
|/
* update docsv1.0.4Kenneth Reitz2012-12-231-18/+10
|
* Update session documentation.Cory Benfield2012-12-221-2/+5
|
* update docsKenneth Reitz2012-12-171-77/+9
|
* add prefetch=False to streaming exampleGareth Lloyd2012-09-061-1/+1
|
* Updated content workflow section of the advanced use docsHarry Waye2012-08-301-14/+8
|
* typoKenneth Reitz2012-08-261-1/+1
|
* Cleanup Advanced doc and remove `.:' from docsCory Benfield2012-08-201-22/+42
|
* link docs!Kenneth Reitz2012-08-211-6/+7
|
* link headersKenneth Reitz2012-08-211-2/+22
|
* Document encodings and RFC compliance.Cory Benfield2012-08-101-0/+25
|
* Fix minor formatting issue.muhtasib2012-07-101-1/+1
|
* Updated documentation for SSL client cert usuage.Leila Muhtasib2012-07-101-0/+17
| | | | | | 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>
* 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
|