APHTTP icon indicating copy to clipboard operation
APHTTP copied to clipboard

Add ability to upload binary files

Open hadisfr opened this issue 6 years ago • 0 comments

The current implementation (v 1.0.1) only supports uploading text files due to limitations of std::string.
It could be a good idea to add ability to upload binary files, but I think this needs a lot of work and it may be needed to completely rewrite some part of request parser and use C array-like string or sth else instead of C++ std::string.

hadisfr avatar Feb 05 '19 18:02 hadisfr