[svn r43] Clean up the internal APIs. Reviewed by Which. |
|
More...
|
over 17 years ago
|
[svn r42] Piped print statements into the server log so that you can configurably turn them off. |
|
More...
|
over 17 years ago
|
[svn r41] yak shaving to make the horribly ugly httpc exceptions look pretty http://twitter.com/donovanpreston/statuses/383868912 |
|
More...
|
over 17 years ago
|
[svn r40] Initialize base Exception object so that str(ErrorResponse) doesn't itself throw an exception. |
|
More...
|
over 17 years ago
|
[svn r39] Allow response handlers to throw an ErrorResponse. |
|
More...
|
over 17 years ago
|
[svn r37] Bugfix in httpc with setting content-type; move more greenlet accesses into api; add coros.execute which is like api.spawn but returns an event object for the return value of the function |
|
More...
|
over 17 years ago
|
[svn r34] Propagate keyword arguments around more thoroughly. |
|
More...
|
over 17 years ago
|
[svn r33] HTTP response code 307 - Temporary Redirect |
|
More...
|
over 17 years ago
|
[svn r32] Support the 302 response code, "Found". |
|
More...
|
over 17 years ago
|
[svn r31] Get httpc to handle HTTP 303 status code. |
|
More...
|
over 17 years ago
|
[svn r30] Handle 301 redirect responses. |
|
More...
|
over 17 years ago
|
[svn r28] Testin da HEAD verb, yo. |
|
More...
|
over 17 years ago
|
[svn r27] httpc_test cleanups, suggested by which. |
|
More...
|
over 17 years ago
|
[svn r26] Round out httpc tests. |
|
More...
|
over 17 years ago
|
[svn r25] Test POST roundtripping. |
|
More...
|
over 17 years ago
|
[svn r24] Restore Which's refactoring of httpc.request |
|
More...
|
over 17 years ago
|
[svn r23] Add initial minimal httpc tests. |
|
More...
|
over 17 years ago
|
[svn r21] Make httpd_test look for apachebench more carefully. Reviewed by Ryan. |
|
More...
|
over 17 years ago
|
[svn r20] Refactor the httpc API to return more information. Reviewed by Ryan. |
|
More...
|
over 17 years ago
|
[svn r19] Refactored httpc a bit to make it easier to extend. One of the API changes is that it now accepts arbitrary keyword arguments, which are then passed on to all the implementation methods, in case your extension involves, say, an object that gets passed around. We're basically moving more and more stuff into the HttpSuite object. |
|
More...
|
over 17 years ago
|
[svn r16] svn merge -r8:14 https://svn.secondlife.com/svn/eventlet/branches/beta-1 into https://svn.secondlife.com/svn/eventlet/trunk |
|
More...
|
over 17 years ago
|
[svn r15] add NotModified to eventlet.httpc make it safe for PUT to return no body in httpc change over httpc.make_suite from using closures to using an instance of HttpSuite add HEAD support to httpc add HEAD support to jsonhttp add a setup.py All this development was support for my development of mulib.pantheon, checkin coming next. |
|
More...
|
over 17 years ago
|
[svn r5] Removed unused api, twiddled README. |
|
More...
|
almost 18 years ago
|
[svn r4] httpc is not executable |
|
More...
|
almost 18 years ago
|
[svn r3] Moved eventlet into trunk. |
|
More...
|
almost 18 years ago
|
[svn r2] Whoops, forgot the trunk/branches structure, do-overs. |
|
More...
|
almost 18 years ago
|