1.6.0
- add
--raw
flag to send contents without any pre-processing, such as sending the contents of an html file _(without--raw
, the source will display instead) - specifying the payload as as dash
"-"
is now treated as an indicator that data should be read fromstdin
(this is the same as specifying--stdin
). - code cleanup & reorganization
- test cleanup & slight increase in test coverage
- readme update