0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor More... almost 10 years ago
Forgot to commit a bunch of files :| Changed some abstracts to classes because of macro issues. Will attempt to use abstracts again once I've changed all macro's over to tink_* libraries, instead of my own. More... over 10 years ago
Cookie's appear to be working for js target. More... over 10 years ago
Api change response::status_code now response::code More... over 10 years ago
Removed idiot misplaced `if(params!=null)` Requests::post can `data` arg can be either obj declaration `{a:1, b:2}` or a string `a=1&b=2' Partial cleanup More... over 10 years ago
Fixed POST data not being separated correctly. Requests.hx::post can take post data - `Requests.post( url, callback, data={a:1, b:2} );` More... over 10 years ago
Minor fix around compiler marked invalid identifier's More... over 10 years ago
`Requests.send( url, GET, headers={ 'content-type':'application/json' } )` works! More... over 10 years ago
haxe.Http changed the headers and param fields from StringMap to List<{header:String, value:String}> so minor fix to Headers.hx. Reworking Requests.hx static methods to be macro methods - allowing me to bring the api closer to Python Requests. Love it. More... over 10 years ago
Changed Headers.hx from an abstract to a class. Hopefully a temporary change. Changed the callback signature for Request.hx::send from Void->Void to Response->Void. Client side javascript using xhr now loads with onloadend. This allows the callback to be called on success or failure. More... over 10 years ago
Minor More... over 10 years ago
minor More... over 10 years ago
Imported http stuff from uhu repo / uhx branch More... over 10 years ago
Initial commit More... over 10 years ago