Kenneth Reitz
7fbbdeb324
Merge remote-tracking branch 'origin/develop' into develop
2011-11-30 12:45:17 -05:00
Kenneth Reitz
f7e4832472
sp
2011-11-30 12:45:13 -05:00
Bryan Berg
02f422d132
Clarification of keep-alive behavior.
...
The existing behavior was a little opaque for me--I was making a PUT request which returned a HTTP 204 with a 0-byte body. I was never reading the body and was wondering why my connections were not being reused.
2011-11-28 22:55:02 -08: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
Kenneth Reitz
2a7223585e
Merge pull request #280 from darkrho/58e018af136190a2c757b13bf9371cecc2d51273
...
Updated docs with an example of explicit filename in file uploads section
2011-11-18 21:26:08 -08: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
elpres
81efe1fa88
Corrected period to comma.
2011-11-17 11:31:55 +01:00
Joseph McCullough
588b6bbf8a
Added OAuth reference to quickstart file
2011-11-14 01:09:12 -06:00
Kenneth Reitz
6b377cc919
grocer's apostrophe
2011-11-13 01:24:29 -05: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
0a24de2ef9
big docs update on workflow of request lifecycle
2011-11-12 18:23:19 -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
Joseph McCullough
6833b326f8
Fixed gevent reference
2011-11-11 23:15:19 -06:00
Joseph McCullough
afc6561fdb
Fixed session API ref typo
2011-11-11 22:17:22 -06:00
Devin Sevilla
2d8440ea98
Verbose logging example does not work
2011-11-10 15:34:18 -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
Kenneth Reitz
5bc919a24f
cross-references in documentation
2011-11-09 17:26:23 -08:00
Kenneth Reitz
17088763e7
better advanced quick start
2011-11-09 17:15:54 -08:00
Kenneth Reitz
4e8b680865
explain sessions and keep alive
2011-11-09 16:52:20 -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
58b1c69b6a
Explain custom auth handlers
2011-10-23 15:13:34 -04:00
Kenneth Reitz
8f8dbec0d5
docs for basic/digest auth
2011-10-23 14:59:46 -04:00
Kenneth Reitz
8c34fa8477
settings => config
2011-10-22 20:31:51 -04:00
Kenneth Reitz
61be59d996
show both session styles
2011-10-22 19:34:03 -04:00
Kenneth Reitz
4ab0bfefd3
Merge branch 'master' into develop
2011-10-22 18:17:04 -04:00
Daniel Hengeveld
eddf5254fb
Clarify documentation around async.map and Request.send
2011-10-20 23:55:03 -07:00
Fredrik Möllerstrand
ad6a8d53d6
docs: fix pip-compared-to-easy-install url.
2011-10-20 11:50:27 +01:00
Kenneth Reitz
33dec52b8e
merge cleanups
2011-10-13 22:05:57 -04:00
Kenneth Reitz
46f0146adf
Merge branch 'feature-content-streaming' of https://github.com/mitsuhiko/requests into feature/content-stream
...
Conflicts:
AUTHORS
HISTORY.rst
docs/api.rst
docs/community/faq.rst
docs/user/intro.rst
requests/api.py
requests/models.py
2011-10-13 21:54:42 -04:00
Kenneth Reitz
b14fa0764b
gevent installation documentation
2011-10-13 21:50:04 -04:00
Kenneth Reitz
27ee6e0f45
Async requests docs
2011-10-13 21:10:25 -04:00
Kenneth Reitz
4a7fdef3ea
Migrate new docs over.
2011-10-13 14:54:36 -04:00
jbergstroem
75027f9557
Typos, nits and some 80w fixes
2011-08-23 11:37:51 +02:00
Shrikant Sharat Kandula
5e6ecdad9f
Typo in documentation
...
The kwarg is named `headers`, not `header`. Also, its a dict, not a set.
-
Kenneth Reitz
0c21aa5530
doc cleanups
2011-08-17 04:16:19 -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