aboutsummaryrefslogtreecommitdiff
path: root/src/http.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Streaming by callbacks implemented.Diego Nehab2001-06-061-158/+231
|
* HTTP message bodies are transfered using a callback to return body partsDiego Nehab2001-05-211-114/+200
| | | | chunk by chunk.
* HTTP is now generic, with function http_request.Diego Nehab2001-01-251-167/+258
| | | | RFC is more strictly followed.
* Initial revisionDiego Nehab2000-12-291-0/+312