| Commit message (Expand) | Author | Age | Files | Lines |
* | util.httpstream: Remove COMPAT properties from request | Matthew Wild | 2012-04-28 | 1 | -3/+0 |
* | util.httpstream: For HTTP client responses, changing properties responseversi... | Waqas Hussain | 2010-12-19 | 1 | -1/+4 |
* | util.httpstream: A little cleanup of the HTTP path. | Waqas Hussain | 2010-12-19 | 1 | -1/+1 |
* | util.httpstream: Added support for chunked transfer encoding. | Waqas Hussain | 2010-11-06 | 1 | -1/+12 |
* | util.httpstream: Fixed a possible string to number comparison error. | Waqas Hussain | 2010-11-06 | 1 | -1/+2 |
* | util.httpstream: Don't attempt to read response body for HEAD requests, or wh... | Waqas Hussain | 2010-11-06 | 1 | -9/+16 |
* | util.httpstream: Added support for an options callback, to allow passing per-... | Waqas Hussain | 2010-11-06 | 1 | -3/+3 |
* | util.httpstream: A little refactoring of the coroutine control flow. | Waqas Hussain | 2010-11-06 | 1 | -3/+5 |
* | util.httpstream: Added support for HTTP response parsing. | Waqas Hussain | 2010-11-05 | 1 | -24/+55 |
* | util.httpstream: Fixed a nil variable access introduced in the last commit. | Waqas Hussain | 2010-11-05 | 1 | -0/+1 |
* | util.httpstream: Move HTTP header parsing into its own function. | Waqas Hussain | 2010-11-05 | 1 | -8/+10 |
* | util.httpstream: Refactored and simplified code to improve readability. | Waqas Hussain | 2010-09-17 | 1 | -19/+14 |
* | util.httpstream: Removed unused variables. | Waqas Hussain | 2010-09-17 | 1 | -5/+0 |
* | util.httpstream: Initial commit of the new HTTP parser. | Waqas Hussain | 2010-09-04 | 1 | -0/+89 |