2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the license to MIT More... almost 11 years ago
little things More... about 12 years ago
Fixed up unit tests More... almost 13 years ago
Reflow More... almost 13 years ago
Merge branch 'docu' More... almost 13 years ago
Where did my file go? Oh, Well.. More... almost 13 years ago
Merge branch 'docu' More... almost 13 years ago
deleted tools and content dir (Not meaningful right now) More... almost 13 years ago
Updated the README.md file with more helpful text More... almost 13 years ago
Touched up a little More... almost 13 years ago
Updated README (And renamed it to README.md so that github hopefully will parse it as Markdown) More... almost 13 years ago
Minior fix More... almost 13 years ago
Added support for generating API reference documentation using chxdoc More... almost 13 years ago
Erhm, Added the file → ‘tests/Server.js’ that I missed before More... almost 13 years ago
Merge branch 'master' of github.com:knarf-se/hxCurl More... almost 13 years ago
Minor update More... almost 13 years ago
Added tests for the new functionality More... almost 13 years ago
Merge branch 'master' into newtest More... almost 13 years ago
Merge branch 'master' into newtest More... almost 13 years ago
Simple README file More... almost 13 years ago
Simple README file More... almost 13 years ago
Rewrote unit tests so they use a local Node.JS server More... almost 13 years ago
Rewrote unit tests so they use a local Node.JS server More... almost 13 years ago
Merge pull request #2 from mad-fashist/master
Frank M. Eriksson
as Frank Eriksson
More... almost 13 years ago
Added setting headers capability. Example: var cr = new Curl("http://somesite.com/somefile.php"); var headers : Array<String> = new Array(); headers.push("Content-type: text/xml;charset=\"utf-8\""); cr.setHttpHeaders(headers); More... almost 13 years ago
Added setting headers capability. Example: var cr = new Curl("http://somesite.com/somefile.php"); var headers : Array<String> = new Array(); headers.push("Content-type: text/xml;charset=\"utf-8\""); cr.setHttpHeaders(headers); More... almost 13 years ago
Added setPostData() method. Now it's available, for example, to send XML through HTTPS. More... about 13 years ago
Added setPostData() method. Now it's available, for example, to send XML through HTTPS. More... about 13 years ago
_ More... about 13 years ago
_ More... about 13 years ago