httpclient: fix logic error for redirects
[project/luci.git] / libs / httpclient / luasrc / httpclient.lua
2014-10-16 Manuel Munzhttpclient: fix logic error for redirects
2014-02-05 Jo-Philipp Wichhttpclient: fix parsing of IPv6 URLs (#662)
2011-06-25 Jo-Philipp Wichlibs/httpclient: return server response line in error...
2010-12-05 Jo-Philipp Wichlibs/httpclient: fix cookie handling (#141)
2009-12-08 Steven Barthhttpclient: Add basic auth support
2009-04-30 Steven Barth httpclient: Send the correct Host-Header if we are...
2009-03-12 Steven Barthhttpclient: handle redirects more graceful
2009-03-09 Steven BarthImproved httpclient
2009-03-02 Steven BarthFix header generator
2009-03-02 Steven BarthSet method to POST if we have postdata and no other...
2009-03-02 Steven Barthhttpclient: default content-type for post data is
2009-02-27 Steven Barthnixio: Fixes, use POSIX calls for file i/o
2009-02-24 Steven Barthnixio: Finetuning of TLS-support
2009-02-18 Steven BarthMore nixio fixes, initial httpclient