Rémy HUBSCHER
70a344d8eb
Update readthedocs links.
2016-04-28 12:39:10 +02:00
kennethreitz
bf8c8312dd
cleanup quickstart
2016-02-19 02:12:15 -05:00
Jochen Kupperschmidt
0d25f8a00c
Fixed markup for/rendering of list in section "Custom Headers".
2016-01-30 14:45:07 +01:00
Isa Hassen
fcb8c8d33b
Docs: clarify the precedence of auth= over netrc
...
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.
2015-12-21 11:52:45 -05:00
unknown
de2a5f4332
Remove redundant json import.
2015-11-12 16:54:47 +03:00
Ian Cordasco
d290a9b4c6
Merge pull request #2825 from Lukasa/universal_newlines
...
Add warnings about text/binary mode files.
2015-10-24 09:37:16 -05:00
shagun Sodhani
b675377dc2
added fix for #2826
2015-10-16 17:01:36 +05:30
Cory Benfield
7c55446b7e
Add warnings about text/binary mode files.
2015-10-14 13:23:19 +01:00
Cory Benfield
139418475c
Remove reference to ok.
2015-10-03 18:33:25 +01:00
Hosam Aly
443d07e0d3
Fix #2799 : Update Quickstart documentation of Response.json()
2015-10-03 00:01:58 +01:00
Maximilian Hils
f4eaefa63e
fix rfc quotation
2015-09-05 12:07:49 +02:00
Baptiste Mispelon
7197afa887
Fixed minor rendering issue in documentation code blocks
2015-08-15 21:56:24 +02:00
Cory Benfield
98a59e4894
Merge pull request #2724 from smiley/master
...
Add documentation in "More complicated POST requests" (Quickstart) to resolve #2686
2015-08-14 15:30:00 -04:00
Smiley Barry
b1de7e7287
Changed phrasing to be a little clearer.
2015-08-14 17:31:54 +03:00
Smiley Barry
5a9097dc4b
Update quickstart.rst
...
Added note about the `json` parameter in `requests.post`.
2015-08-14 17:15:51 +03:00
Christopher Peplin
6648defcdd
Fix docs for passing a list of values for a query string
...
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.
2015-07-18 18:50:29 -04:00
Peter Marsh
beaa7e4180
Fix quickstart "Custom Headers" example intro
...
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.
2015-07-15 23:31:21 +01:00
benjaminran
1b1866934b
updated custom header precedence info with .netrc example
2015-04-05 14:23:10 -07:00
benjaminran
898465756a
added custom header precedence info
2015-04-03 07:58:42 -07:00
M.Yasoob Ullah Khalid ☺
3711e04f37
edited the useragent string
2015-03-15 22:42:43 +05:00
M.Yasoob Ullah Khalid ☺
6e2f1eb402
made the quickstart more reader friendly. Closes #2418
2015-03-15 01:02:09 +05:00
requiredfield
ed73d9e45d
document combination of repeated response headers
2015-02-20 12:20:18 -06:00
Nicholas Avenell
291b6b24b7
Update to use readthedocs.org instead of rtfd.org
...
https://toolbelt.rtfd.org causes an SSL error because the wildcard SSL cert is for *.readthedocs.org.
2015-02-06 13:46:38 +00:00
Tom S
53f33eb473
quickstart: using a list as a value in query params
2015-02-03 09:19:30 +00:00
Cory Benfield
e0d88c2814
Merge pull request #2245 from sigmavirus24/doc-fix
...
Correct redirection introduction
2014-09-23 07:25:26 +01:00
Ian Cordasco
671ba85d41
Correct redirection introduction
...
The history attribute contains responses, not requests.
Thanks to Yang Yang for reporting this to me via email
2014-09-22 21:08:29 -05:00
Cory Benfield
466a70f7c1
Fixup the remaining references to timeline.json.
2014-09-20 15:00:36 +01:00
Martin Jul
0924069b68
Moved multiple files upload example to advanced section.
2014-09-16 11:54:31 +02:00
Martin Jul
4707d11004
Added example of how to send multiple files in one request.
2014-09-16 11:38:40 +02:00
Cory Benfield
bf8f791a93
Request->Response.
2014-09-09 08:44:40 +01:00
Cory Benfield
08d8876230
Remove timeline.json from docs.
2014-08-26 20:20:34 +01:00
Espartaco Palma
698b93b86d
Docs: Using print() function instead print command on advanced & quickstart user docs
2014-07-18 11:44:57 -05:00
David Pursehouse
44e426e4ff
More line wrapping
...
Change-Id: I950c3da727fb97b58d96a872b0d2ed718cc60ba8
2014-07-18 16:35:54 +09:00
David Pursehouse
17852784e8
Remove redundant sentence from quickstart introduction
...
Change-Id: Ic03aa394941367745f3148d299b5313849f77051
2014-07-18 15:18:20 +09:00
David Pursehouse
c6fa5bb1cd
Fix a couple more malformed :meth: and :class: links
...
Change-Id: Ie38844a40ec7a483e6ce5e56077be344242bcd99
2014-07-18 15:15:54 +09:00
David Pursehouse
2a6303e018
Docs: Fix :class: and :meth: directives
...
A few instances of the directives were malformed and did not
result in hyperlinks in the generated HTML.
Change-Id: I94d93de928ee4ff24a48797baf2ac77598a20704
2014-07-16 10:50:57 +09:00
David Pursehouse
a8a4c9828a
Restructure "Redirection and History" section in quickstart documentation
...
Change-Id: Ida38d551e8cd0edaeb92d09de411a6f4a3d0578b
2014-07-15 18:44:13 +09:00
David Pursehouse
f5a2138e8c
Minor tidy-ups in quickstart documentation
...
Change-Id: Ia862c17707a2a76182c549db88821636e8402729
2014-07-15 18:27:50 +09:00
np-csu
1bf4af6395
Update quickstart.rst
...
line 394: correct an input error.
2014-06-29 21:05:04 +08:00
Cory Benfield
22433163b3
Update trivial mentions to RFC 2616.
2014-06-07 09:53:12 +01:00
Alexander
1e3eb4ef9e
Added info about posted files headers
2014-01-28 12:03:59 +03:00
Ian Cordasco
3bd16ce9c5
Add missing sled
...
Thanks @kevinburke
2014-01-21 19:55:00 -06:00
Ian Cordasco
799bf116fe
Add a small note about requests-toolbelt
2014-01-18 22:44:50 -06:00
Cory Benfield
4a6a0c3c65
Update docs to highlight the value of r.encoding.
2013-12-20 09:15:12 +00:00
Ian Cordasco
6a24eb6d20
Add bit to docs about iter_content
2013-10-20 12:29:43 -05:00
Cory Benfield
c8d3dcb315
Small grammar fix.
2013-10-16 22:11:54 +01:00
Qingping Hou
3d0a1eb90d
fix doc for redirction and history
...
In current version of requests, allow_redirect is disabled by default
only for HEAD requests
2013-10-16 16:59:22 -04:00
Riyad Parvez
36485983ca
fixed print statement
2013-10-05 20:11:30 +06:00
Riyad Parvez
4656c9b89b
fixed print statement
2013-10-05 09:57:18 +06:00
Yang Zhang
2cb523b267
Fix typo in Timeouts doc
2013-09-07 00:16:09 -07:00