Posted 11 February 2013 - 11:52 AM
the current problem with the http api is that the read mode of the file handle returned is in text mode instead of binary mode
my suggestion is to add an optional read mode to the functions that will determine the file handle's read mode
documentation:
http.get( string url [, string mode] )
http.post( string url, string postData [, string mode] )
http.request( string url [, string postData [, string mode] ] )
my suggestion is to add an optional read mode to the functions that will determine the file handle's read mode
documentation:
http.get( string url [, string mode] )
http.post( string url, string postData [, string mode] )
http.request( string url [, string postData [, string mode] ] )