Releases: Kong/httpsnippet
Releases · Kong/httpsnippet
Header Names and Form Request Fixes
Thank you @erunion and @jgiovaresco for their contributions to this release!
Fix to handle multipart/form-data requests
#173
Fix to only lowercase headers for http/2
#178
Axios and Kotlin support
Additional Java Support
Custom Targets, Java Async and dependency updates
Bugfixes
js fetch, http/1.1, powershell restmethod, bugfixes
✨ New Targets!
#128 Javascript Fetch API
httpsnippet example.json -t javascript -c fetch
#99 HTTP 1.1 raw request string (RFC 7230)
httpsnippet example.json -t http
#133 Powershell RestMethod support
httpsnippet example.json -t powershell -c restmethod
🐛 Bugfixes:
#123 require openssl if url is https
🔒 DevDependencies Security Vulnerabilities patched:
These are devDependencies only and does not affect npm users.
#136, #139
This release was made possible by these first time contributors @StefanDywersant, @irvinlim, and @JPrevost. Thank you!
v1.18.0 Bugfixes, refactors, green tests, slightly modified outputs
1.16.7
Powershell target - #127
Thanks to @bobmclaren for the work!
1.16.4
New
- Browserify Compatibility!