Skip to content

v4.0.2

Latest
Compare
Choose a tag to compare
@Scomodev Scomodev released this 23 Oct 20:12
· 1 commit to mainline since this release
3f2de23

Fix

  • Fix issue #44 which was constantly sending the Content-Type header as application/json. Import and use the mime library to generate this header based on the fileName option type e.g. test.csv will result in Content-Type: text/csv.