summaryrefslogtreecommitdiff
path: root/docs/user/quickstart.rst
Commit message (Collapse)AuthorAgeFilesLines
* add comment about json parameter changing content-typeHackbright Student2018-03-161-0/+2
|
* Remove remaining references to removed, vendored packages (#4499)Jon Dufresne2018-02-171-1/+1
| | | | As the vendored packages were removing in version 2.16, all remaining doc references should be replaced with newer practices.
* Clarify behaviour of `json` parameter.Daniel Roseman2017-11-211-0/+1
| | | | `json` is ignored if `data` or `files` is not empty.
* docs/quickstart: clarify raw response reading.Dave Shawley2017-11-171-0/+8
|
* Corrent HTTP -> HTML in quickstart docTal Einat2017-11-161-1/+1
|
* Update quickstart.rstKenneth Reitz2017-09-041-0/+2
|
* improvementsKenneth Reitz2017-05-271-23/+1
|
* fix #3902 Add proposed documentation change for post dataGary Wu2017-03-011-1/+40
|
* Say that we use a dictionary of strings.Cory Benfield2017-02-081-2/+2
|
* streaming doc clarificationNate Prewitt2016-11-211-2/+3
|
* correct backtick formattingAidan Feldman2016-11-171-1/+1
|
* clarify that the `chunk_size` is optional when streaming to a fileAidan Feldman2016-11-171-1/+1
|
* Fixed readme typo - 'site' should be 'domain'Greg McLeod2016-11-151-2/+2
|
* Amplifies the timeout warning in the docs.Mike Lissner2016-11-141-1/+3
| | | Partially addresses #3070.
* Changes to documentation based on comments and correction of list of authors.Maik2016-08-171-1/+1
|
* Adding notes about Request's timeout behavior.Maik Himstedt2016-08-171-1/+2
|
* docs updatesNate Prewitt2016-08-141-10/+10
|
* fix grammer mistakes in QuickstartJiayuan Zhang2016-08-131-3/+3
|
* Add a bit about RequestsCookieJar to Cookies sectionMichael2016-08-031-0/+13
|
* in python3.x not have StringIOZeusw2016-07-141-1/+1
| | | I think, should such an amendment.
* updating documentation to reflect decision of #3386Nate Prewitt2016-07-071-0/+1
|
* Note how HTTPErrors are raisedDavid Fischer2016-06-081-2/+3
|
* Update readthedocs links.Rémy HUBSCHER2016-04-281-1/+1
|
* cleanup quickstartKenneth Reitz2016-02-191-8/+22
|
* Fixed markup for/rendering of list in section "Custom Headers".Jochen Kupperschmidt2016-01-301-2/+2
|
* Docs: clarify the precedence of `auth=` over `netrc`Isa Hassen2015-12-211-1/+3
| | | | | | | | | | | | This closes #2062 by clarifying in the docs which auth header takes precedence: 1st auth= 2nd .netrc 3rd headers= This precedence order is already tested in test_requests.py, in the test_basicauth_with_netrc method. Perhaps we should add further tests for non-basic auth schemes.
* Remove redundant json import.unknown2015-11-121-1/+0
|
* Merge pull request #2825 from Lukasa/universal_newlinesIan Cordasco2015-10-241-0/+8
|\ | | | | Add warnings about text/binary mode files.
| * Add warnings about text/binary mode files.Cory Benfield2015-10-141-0/+8
| |
* | added fix for #2826shagun Sodhani2015-10-161-2/+2
|/
* Remove reference to ok.Cory Benfield2015-10-031-2/+2
|
* Fix #2799: Update Quickstart documentation of Response.json()Hosam Aly2015-10-031-2/+8
|
* fix rfc quotationMaximilian Hils2015-09-051-4/+4
|
* Fixed minor rendering issue in documentation code blocksBaptiste Mispelon2015-08-151-3/+3
|
* Merge pull request #2724 from smiley/masterCory Benfield2015-08-141-0/+9
|\ | | | | Add documentation in "More complicated POST requests" (Quickstart) to resolve #2686
| * Changed phrasing to be a little clearer.Smiley Barry2015-08-141-2/+2
| |
| * Update quickstart.rstSmiley Barry2015-08-141-0/+9
| | | | | | Added note about the `json` parameter in `requests.post`.
* | Fix docs for passing a list of values for a query stringChristopher Peplin2015-07-181-4/+3
| | | | | | The special `[]` notation at the end of the field name is not necessary to get a field to appear with multiple values in the query string.
* | Fix quickstart "Custom Headers" example introPeter Marsh2015-07-151-1/+1
|/ | | | | | | | | Previously this section prefaced an example with: For example, we didn't specify our content-type But, the actual example set a custom user-agent header on the request. This changes it to say "user-agent" instead which matches the given example.
* updated custom header precedence info with .netrc examplebenjaminran2015-04-051-1/+1
|
* added custom header precedence infobenjaminran2015-04-031-0/+9
|
* edited the useragent stringM.Yasoob Ullah Khalid ☺2015-03-151-1/+1
|
* made the quickstart more reader friendly. Closes #2418M.Yasoob Ullah Khalid ☺2015-03-151-3/+2
|
* document combination of repeated response headersrequiredfield2015-02-201-0/+9
|
* Update to use readthedocs.org instead of rtfd.org Nicholas Avenell2015-02-061-1/+1
| | | https://toolbelt.rtfd.org causes an SSL error because the wildcard SSL cert is for *.readthedocs.org.
* quickstart: using a list as a value in query paramsTom S2015-02-031-0/+7
|
* Merge pull request #2245 from sigmavirus24/doc-fixCory Benfield2014-09-231-2/+2
|\ | | | | Correct redirection introduction
| * Correct redirection introductionIan Cordasco2014-09-221-2/+2
| | | | | | | | | | | | The history attribute contains responses, not requests. Thanks to Yang Yang for reporting this to me via email
* | Fixup the remaining references to timeline.json.Cory Benfield2014-09-201-3/+3
| |
* | Moved multiple files upload example to advanced section.Martin Jul2014-09-161-23/+2
| |