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
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
David Pursehouse
44e426e4ff
More line wrapping
...
Change-Id: I950c3da727fb97b58d96a872b0d2ed718cc60ba8
2014-07-18 16:35: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
Udi Oron
6dc13f2194
removed unneeded parentheses from if clause
2014-07-15 19:56:47 +03:00
Tshepang Lekhonkhobe
36b6c37496
Fix broken link
2014-07-14 16:13:23 +02:00
Cory Benfield
a2413e010f
Ensure that we open files in binary mode.
2014-05-28 16:59:57 +01:00
Paweł Romanowski
a7e7241616
Fix typo in advanced.rst docs
...
`Sesssion` -> `Session`
2014-05-13 10:11:40 +02:00
Aaron Iles
8a0bae45c2
Move SNI documentation to FAQ
...
Relocate documentation on Server-Name-Indication from the advanced
section to the frequently asked questions. This is minus details on
enabling SNI on Python2, which is instead captured by linking to Stack
Overflow.
2014-02-02 22:19:10 +11:00
Aaron Iles
b5b8198fd1
Document requirements for SNI support on Python2
...
A section for Request's advanced usage guide on what Server Name
Indication is, its purpose, and how to enable it on Python2.
2014-02-02 20:14:05 +11:00
Cory Benfield
476ab203bc
Document contextlib.closing.
2014-01-16 08:37:29 +00:00
Cory Benfield
ac4e05874a
Fixup the header heirarchy.
2014-01-09 19:50:56 +00:00
Cory Benfield
098865122c
Merge branch 'master' of github.com:dsoprea/requests
...
Conflicts:
docs/user/advanced.rst
2014-01-09 19:46:32 +00:00
Dustin Oprea
3ccdfce2e5
Added an SSL TA example.
2014-01-09 11:41:30 -05:00
kennethreitz
632304209c
Merge pull request #1831 from kevinburke/interlinks
...
Add more interlinks between the documentation
2014-01-08 10:48:25 -08:00
Kevin Burke
a0e7706440
Fix warnings when building the docs
...
It may be nice to make builds fail if new documentation generates warnings, to
avoid these sorts of problems slipping in in the future.
2013-12-28 00:09:29 -08:00
Kevin Burke
fad8d743b5
Add more interlinks between the documentation
...
Also fixes up tense in a few cases, and adds the `intersphinx` extension so we
can link to the urllib3 documentation when it is called out.
2013-12-27 23:43:55 -08:00
Ian Cordasco
d8d9591076
Update the history and change the last last references to charade
2013-12-18 08:46:49 -06:00
Kenneth Reitz
ebdd5cabab
further cleanup examples
2013-10-28 13:39:04 -04:00
Kenneth Reitz
a9839dc7db
Merge remote-tracking branch 'origin/master'
2013-10-28 13:36:08 -04:00
Kenneth Reitz
2c1f51be0e
fix @lukasa's lack of taste :)
...
#1702
2013-10-28 13:36:04 -04:00
Cory Benfield
e8683f00a6
Improve the PreparedRequest docs.
2013-10-24 21:14:46 +01:00
Cory Benfield
741fd3ded5
Remove requests.*() from docs.
...
This looks like a typo, even though it isn't.
2013-10-21 11:57:06 +01:00
Randy Morris
f32b86dba2
False -> True typo
2013-10-08 14:19:30 -04:00
Randy Morris
66339b21fa
update verbiage about streaming requests
...
The Twitter API is no longer used in the example.
2013-10-07 10:43:48 -04:00
Riyad Parvez
6087015f1c
Update advanced.rst
2013-10-05 20:10:27 +06:00
Riyad Parvez
f9b7d92b91
updated print statement
2013-10-05 09:55:14 +06:00
David Pursehouse
82e6706722
Minor doc updates
...
- Improve wording of sentence describing proxy environment
variable setting.
- Mention that proxy URLs must include the scheme.
2013-10-04 10:19:33 +09:00
homm
a4cd1a85d6
fix spelling
2013-09-12 13:21:54 +04:00
homm
3440fca2e8
clearly describe r.raw in Body Content Workflow
2013-09-12 13:13:51 +04:00
homm
10b6d77945
remove extra mention of dangerous r.raw
2013-09-12 10:20:47 +04:00
libbkmz
78e5262dbd
Update advanced.rst
2013-08-19 00:01:37 +04:00
Kwpolska
2ef782b8e6
further treatment
...
Signed-off-by: Kwpolska <kwpolska@gmail.com >
2013-07-20 13:54:33 +02:00
Kwpolska
b738c97ec3
session object should be uppercase
...
Signed-off-by: Kwpolska <kwpolska@gmail.com >
2013-07-20 13:39:50 +02:00
Kwpolska
587385bfe0
Grammar fixes and such
...
Signed-off-by: Kwpolska <kwpolska@gmail.com >
2013-07-20 12:56:25 +02:00
Lukasz Balcerzak
805abee9b4
Fixed wrong method call at streaming example
...
405 is returned if POST request is performed to http://httpbin.org/stream/20
2013-06-27 13:37:39 +02:00
Josh Schneier
43a64d9515
fix doc typo
2013-06-09 11:14:14 -04:00
Cory Benfield
f53aed1611
Document blocking calls.
2013-06-08 11:09:39 +01:00
Kenneth Reitz
082029ff2e
switch streaming requests to httpbin
2013-04-13 15:26:49 -04:00
Mike Helmick
ed0242ae3a
Fix Advanced docs Twitter Streaming example
...
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.
2013-04-11 20:19:51 -04:00
Cory Benfield
e5f1053b30
Shell of Transport Adapter documentation.
2013-04-09 20:58:59 +01:00
Ian Cordasco
b9e5cce2d2
Add PreparedRequest recipe to the docs
2013-04-02 10:07:37 -04:00
Pascal Borreli
037b38badb
Fixed typos
2013-04-01 18:02:18 +00:00
Thomas Weißschuh
b53975327f
use explicit scheme for proxies in the docs
...
Issue #1192 tried to force user to provide a scheme for proxy urls.
As this would break backwards compability change the docs instead.
2013-02-15 16:32:50 +00:00
ekatsah
79727abb32
Update docs/user/advanced.rst
...
Rephrasing a line in the docs, add explicite mention of "client side certificate" (for indexing and clarity)
2013-01-30 21:22:24 +01:00
Cory Benfield
c678a7b402
Small typo fixes.
2013-01-21 19:55:08 +00:00
Kenneth Reitz
41687c8fa8
v1.1.0 and docs
2013-01-10 02:13:02 -05:00