Commit Graph

14 Commits (613c9b00c4e9073f74e53efaa1c31ae00a73eae4)

Author SHA1 Message Date
Matthew Wild b7d485c1c7 util.httpstream: Remove COMPAT properties from request 14 years ago
Waqas Hussain e626770ceb util.httpstream: For HTTP client responses, changing properties responseversion and responseheaders to httpversion and httpheaders, to match HTTP server requests. 15 years ago
Waqas Hussain 242b8f9475 util.httpstream: A little cleanup of the HTTP path. 15 years ago
Waqas Hussain 7cc4ae96d4 util.httpstream: For HTTP client responses, changing properties responseversion and responseheaders to httpversion and httpheaders, to match HTTP server requests. 15 years ago
Waqas Hussain 47c4c75803 util.httpstream: A little cleanup of the HTTP path. 15 years ago
Waqas Hussain c5bcc70db6 util.httpstream: Added support for chunked transfer encoding. 15 years ago
Waqas Hussain f4334cfa05 util.httpstream: Fixed a possible string to number comparison error. 15 years ago
Waqas Hussain 1bc9eb4869 util.httpstream: Don't attempt to read response body for HEAD requests, or when status code indicates no body is present. 15 years ago
Waqas Hussain 30c65df5d6 util.httpstream: Added support for an options callback, to allow passing per-message options to the parser. 15 years ago
Waqas Hussain 412be2f3df util.httpstream: A little refactoring of the coroutine control flow. 15 years ago
Waqas Hussain 55a44c817e util.httpstream: Added support for HTTP response parsing. 15 years ago
Waqas Hussain 3f361a6d84 util.httpstream: Fixed a nil variable access introduced in the last commit. 15 years ago
Waqas Hussain 64cf101b58 util.httpstream: Move HTTP header parsing into its own function. 15 years ago
Waqas Hussain a1cb56971c util.httpstream: Refactored and simplified code to improve readability. 16 years ago
Waqas Hussain d84675d6fb util.httpstream: Removed unused variables. 16 years ago
Waqas Hussain 2f8d834e0a util.httpstream: Initial commit of the new HTTP parser. 16 years ago