Cory Benfield
7a9419ce35
Document encodings and RFC compliance.
2012-08-10 14:47:13 +01:00
anentropic
fdec88de99
example looked wrong
...
From what I can tell from the source code (down thru urllib3) the key in the `files` dict is always the 'fieldname', while specifying a custom filename is optional.
So in this example it is confusing to have a fieldname of 'report.xls' (the filename) where all the other examples use a fieldname of 'file'.
2012-08-02 13:56:12 +02:00
karl
9fe4a99365
adding clarification to the history API. It was not clear how the history list was sorted.
2012-07-12 16:34:28 -04:00
Ian Cordasco
3aa7f24e74
Fix Response Status Codes in the docs.
2012-06-21 15:06:01 -04:00
jkleint
234a55da6a
Update raise_for_status() exception output to reflect that requests.exceptions.HTTPError is raised, not urllib2.HTTPError.
2012-06-18 17:26:42 -03:00
Danilo Bargen
1164450dac
Added r.json documentation (document ALL the awesome features!)
2012-06-06 16:59:20 +02:00
Cory Benfield
36fd8da1c0
Correctly reflect redirection behaviour.
...
The docs incorrectly listed HEAD as a method that follows redirects by
default: it does not. This commit resolves this issue, and thus resolves
issue #504 .
2012-05-17 19:25:35 +01:00
Cory Benfield
45506d1f39
Rewrite quickstart docs.
...
This should help with issue #503 .
2012-05-17 10:16:42 +01:00
barberj
e912a6f5da
sending strings to be received as files
2012-05-06 15:14:57 -07:00
Shivaram Lingamneni
fdd08215ea
update documentation to correspond to new cookie API
2012-05-01 21:46:53 -07:00
Jonathan Drosdeck
f2172922c5
Add quickstart doc and example for passing parameters in a GET request
2012-03-18 15:37:46 -04:00
Danilo Bargen
8b750ee182
Added StringIO/Image example to quickstart documentation.
2012-02-21 09:24:52 +01:00
Kenneth Reitz
1bc377b188
r.text
2012-01-23 02:42:34 -05:00
Kenneth Reitz
a89530aef5
explain binary response data
2012-01-23 02:42:05 -05:00
Bryan Helmig
aa39fb0c80
mention of error modes in quickstart
2012-01-05 14:11:19 -06:00
Nick Hatch
a6412b02ba
Fix spelling errors, typos.
2011-12-11 01:58:55 -06:00
Ed Summers
56d6d703f9
disable_redirects parameter does not seem to exist anymore, updated docs to point folks at allow_redirects
2011-12-06 21:36:32 -05:00
Kenneth Reitz
f7e4832472
sp
2011-11-30 12:45:13 -05:00
Kenneth Reitz
a7a619ba5c
Merge branch 'auth_callables' of https://github.com/idangazit/requests into develop
...
Conflicts:
requests/models.py
2011-11-26 10:14:14 -05:00
Idan Gazit
1933d3c707
Added support for HTTP Basic Auth credentials in 2-tuple
2011-11-19 23:59:27 +02:00
Kenneth Reitz
ab23536b1b
quickstart for encoding
2011-11-19 16:15:48 -05:00
Rolando Espinoza La fuente
58e018af13
updated docs for last change in files argument to support explicit filename.
2011-11-18 18:45:10 -04:00
Idan Gazit
7fdb09b766
Converted auth to use callable objects instead of tuples.
...
My attempt to address #275 on kennethreitz/requests.
2011-11-17 13:44:13 +02:00
Joseph McCullough
588b6bbf8a
Added OAuth reference to quickstart file
2011-11-14 01:09:12 -06:00
Kenneth Reitz
e91fe9b2b8
stray note
2011-11-13 01:21:58 -05:00
Kenneth Reitz
45c9ecc82a
missing param in quick start
2011-11-13 01:21:30 -05:00
Kenneth Reitz
3d49eb40f8
sp
2011-11-13 01:17:27 -05:00
Kenneth Reitz
4ab76943ef
document timeouts
2011-11-12 18:34:27 -05:00
Kenneth Reitz
30377ca912
redirection docs
2011-11-12 18:23:26 -05:00
Kenneth Reitz
58c77bac27
quicker start
2011-11-12 13:03:29 -08:00
Kenneth Reitz
40c54800a6
file uploads
2011-11-12 13:01:42 -08:00
Kenneth Reitz
60558fdcc4
big quick start updates
2011-11-12 12:39:31 -08:00
Kenneth Reitz
3d6937af7d
Merge branch 'develop' of https://github.com/joequery/requests into develop
2011-11-09 21:59:19 -08:00
Kenneth Reitz
fad1c665a6
remove the jar references
2011-11-09 21:36:34 -08:00
Joseph McCullough
1031ec4942
Reverted GET example back to Github.
2011-11-08 12:10:06 -06:00
Joseph McCullough
827b2340a2
Forgot to delete line mentioning Github in GET section
2011-11-08 02:23:32 -06:00
Joseph McCullough
8de59f03a0
Added POST to quick start. Modified GET in doc to use httpbin
2011-11-08 01:37:39 -06:00
Bruno Renié
8fe6f8c618
Fixed a broken link in the docs
2011-11-04 15:49:29 +01:00
Kenneth Reitz
8f8dbec0d5
docs for basic/digest auth
2011-10-23 14:59:46 -04:00
Kenneth Reitz
4a7fdef3ea
Migrate new docs over.
2011-10-13 14:54:36 -04:00
Kenneth Reitz
5f603ae787
typo
2011-08-17 04:01:11 -04:00
Kenneth Reitz
d4502aff87
consiserererr
2011-08-17 04:00:12 -04:00
Kenneth Reitz
3992ed6ad1
cookies docs
2011-08-17 03:58:55 -04:00
Kenneth Reitz
49e5df1ff9
whoops
2011-08-14 22:32:35 -04:00
Kenneth Reitz
2357b13824
Response Headers quickstart
2011-08-14 22:30:30 -04:00
Kenneth Reitz
f137db6803
raise_for_status quick start
2011-08-14 22:20:03 -04:00
Kenneth Reitz
2cf0dad573
models..
2011-08-14 22:12:50 -04:00
Kenneth Reitz
414b9dde84
not tablib..
2011-08-14 22:08:01 -04:00
Kenneth Reitz
d50742f059
massive documentation update
2011-08-14 22:07:15 -04:00
Kenneth Reitz
a7d072a7c0
features philosophy
2011-05-15 21:29:49 -04:00