Commit graph

5 commits

Author SHA1 Message Date
michi
0aa1a868d1 fixed bug 510:
helma.Http did not handle character encoding correctly
2007-05-03 11:09:05 +00:00
grob
52b3dca226 changed helma.Http to correctly handle multiple cookies received from the remote server (fixes http://helma.org/bugs/show_bug.cgi?id=509). 2007-04-23 12:10:07 +00:00
grob
b11fce933f * added basic cookie support:
- any cookie received from the remote server will now be part of the result object returned by getUrl()
- added methods setCookie(), getCookie() and getCookies() for adding and retrieving cookies
* added JsDoc compatible inline documentation (due to a bug in JsDoc the static methods setProxy and getProxy don't show up in the generated docs)
* switched to using app.logger for log output
2007-01-30 14:55:39 +00:00
hns
602f420f18 * Implement get/setBinaryMode(boolean) to allow delivery of the
response body as byte array instead of as string.
* Use OutputStreamWriter instead of DataOutputStream for writing
  the request body.
2006-11-21 10:42:25 +00:00
zumbrunn
66876ba214 initial commit of modules with javascript library structure for Helma 1.5 2006-04-24 06:58:02 +00:00