summaryrefslogtreecommitdiff
path: root/rc/bin/hpost
AgeCommit message (Collapse)Author
2020-12-22hpost: fix usage textAlex Musolino
2020-12-17hpost: support custom headers (thanks julienxx)Ori Bernstein
hget supports adding custom headers with -r; it makes sense for hpost to do the same, both because custom headers are more likely necessary with POSTs, and for consistency.
2017-07-17hpost: delimit @filenames by newline so files with whitespace aren’t mangledBurnZeZ
2017-07-17hpost: fix field content mangling when newlines are presentBurnZeZ
2014-11-16hpost: break up tags with newlines to avoid sed line buffer limitcinap_lenrek
2014-11-15hpost: fix multipart/form variable name mangeling when field value contains ↵cinap_lenrek
newlines com='MH3U pic unrelated ' hpost -u ... -m post com:$com resulted in wrong field name like: --HJBOUNDARY Content-Disposition: form-data; name="com pic unrelated" MH3U pic unrelated
2014-01-13hpost: fix Content-Type parameter separator for multipart/form-data POSTsmischief
2013-09-20hpost: dont emit /bin/hpost but just hpostcinap_lenrek
just emiting "hpost" makes it simpler to override it as a rc function.
2012-10-18hpost: better handling of optional -u flagcinap_lenrek
2012-10-18hpost: add -l flag to get location url after POSTcinap_lenrek
2012-10-14formpost becomes hpostcinap_lenrek