Commit Graph

6 Commits

Author SHA1 Message Date
Diego Nehab
3143c58e0f Rewritten to comply to LTN7 (Modules & Packages).
As a result, there have been some API changes.
Parameter and return values are now passed inside tables.
Automatic redirection and automatic authentication are better controlled,
with loop detection.
Implementation is more RFCish, conforming to RFC2616.
URL parsing has been moved to an external library, to be shared with FTP.
2001-07-29 03:51:36 +00:00
Diego Nehab
d684be0cff Block size increased. 2001-06-07 20:52:34 +00:00
Diego Nehab
c53ad62b00 Streaming by callbacks implemented. 2001-06-06 20:55:45 +00:00
Diego Nehab
f1ae9db45e HTTP message bodies are transfered using a callback to return body parts
chunk by chunk.
2001-05-21 18:12:20 +00:00
Diego Nehab
bee46b39bf HTTP is now generic, with function http_request.
RFC is more strictly followed.
2001-01-25 22:01:37 +00:00
Diego Nehab
17c4d1c305 Initial revision 2000-12-29 22:15:09 +00:00