Hosam Aly
443d07e0d3
Fix #2799 : Update Quickstart documentation of Response.json()
2015-10-03 00:01:58 +01:00
Jim Browne
2cee3bb57a
docs: move CA Certificates next to SSL Cert Verification
2015-09-11 10:50:23 -07:00
Jakub Wilk
e9c94e0f06
docs: Fix typos
2015-09-10 22:45:59 +02:00
Cory Benfield
56ecdebcc5
Merge pull request #2741 from jasongrout/per-host-proxy
...
Implement per-host proxies
2015-09-06 15:02:40 +12:00
Maximilian Hils
f4eaefa63e
fix rfc quotation
2015-09-05 12:07:49 +02:00
Jason Grout
704a922fc2
Clarify documentation for per-host proxies
...
Make sure it's clear that a per-host proxy matches a scheme and exact
hostname.
2015-09-04 22:55:38 +00:00
Cory Benfield
7c958ee28e
Document the string form of the verify parameter.
2015-08-31 10:26:06 +01:00
Jason Grout
618514231b
Reword documentation for per-host proxies
2015-08-25 15:11:27 +00:00
Jason Grout
56844d1287
Add documentation for host-specific proxies
2015-08-25 14:53:52 +00: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
Lukas Graf
1bb91653cc
Docs: Clarify that method-level params are not persisted in sessions.
2015-08-08 01:57:06 +02:00
Lukas Graf
8f3ddbeefb
Mention connection pooling in session docs.
2015-08-07 20:48:07 +02:00
Lukas Graf
75c1776bde
Document use of sessions as context managers.
2015-08-07 20:48:03 +02: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
Ian Cordasco
d0aecb271f
Merge pull request #2506 from Lukasa/chunkeddocs
...
Expand on chunked handling.
2015-07-18 10:44:31 -05:00
Cory Benfield
2b5cdc56f3
Expand on chunk length
2015-07-18 16:41:29 +01: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
Andrew Widdersheim
7ba130a0cb
Docs: Add more section labels for referencing
...
Allows for sections to be linked from other projects using Intersphinx.
2015-05-26 09:16:24 -04: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
Cory Benfield
84cc36017a
Expand on chunked handling.
2015-03-18 21:31:55 +00: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
Priit Laes
4497a26c37
Document Response.iter_lines() reentrancy issues
2015-03-07 12:00:41 +02: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
rakesh
508f4b1ca5
Updated the broken link to twitter streaming API documentation
2014-12-09 01:59:55 +05:30
Dan Michael O. Heggø
8b03f60278
Docs: Add more section labels for referencing
...
so sections can be linked from other projects using Intersphinx
2014-11-17 11:39:33 +01:00
Jan Kundrát
3635b1501d
docs: Clarify how to pass a custom set of CAs
...
This new wording makes it hopefully easier to find how to override the
system-provided list of trusted CAs. I failed to find this through some googling
and had to resort to asking on IRC previously.
2014-09-25 20:06:04 +02: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
kennethreitz
359659cf4b
Merge pull request #2203 from Lukasa/remove_certifi
...
Remove hard certifi dependency and document.
2014-09-05 08:11:57 -07:00
Cory Benfield
9c6ae1dc0b
Link to Mozilla trust store.
2014-09-04 19:44:37 +01:00
Cory Benfield
a77054f90f
Remove hard certifi dependency and document.
2014-09-04 19:40:15 +01:00
kennethreitz
07bbe214aa
Merge pull request #2187 from kevinburke/more-docs
...
Document Timeout behaviour
2014-09-04 11:39:12 -07:00
Kevin Burke
81d6b3e435
s/behavior/behaviour
2014-08-29 11:51:09 -07:00
Kenneth Reitz
1fcda912db
Revert "Documentation update : connection keep alive"
...
This reverts commit 1b2602344f .
Conflicts:
docs/user/advanced.rst
2014-08-29 10:30:49 -04:00
Cory Benfield
08d8876230
Remove timeline.json from docs.
2014-08-26 20:20:34 +01:00
Kevin Burke
c2aeaa3959
Add support for connect timeouts
...
Modifies the timeout interface to also accept a tuple (connect, read) which
would be used to set individual connect and read timeouts for Requests. Adds
Advanced documentation explaining the interface and providing guidance for
timeout values.
2014-08-23 15:12:29 -07:00
Cory Benfield
1c20d01f10
Cleanup grammar from previous commit.
2014-08-22 11:50:37 +01:00
tat3657
1b2602344f
Documentation update : connection keep alive
2014-08-22 10:39:05 +02:00
Espartaco Palma
698b93b86d
Docs: Using print() function instead print command on advanced & quickstart user docs
2014-07-18 11:44:57 -05:00