Skip to content

Releases: Kong/httpsnippet

1.16.2

09 Apr 00:50
Compare
Choose a tag to compare
Updates

OCaml Syntax improvements

1.16.0

29 Mar 20:41
Compare
Choose a tag to compare
New
  • Java: OkHttp support added

1.15.0

26 Mar 17:26
Compare
Choose a tag to compare
New
  • Support for C with Libcurl

1.14.1

25 Mar 18:01
Compare
Choose a tag to compare
Updates
  • renamed C# key to csharp for ease of use in terminals and APIembed

1.14.0

25 Mar 17:58
Compare
Choose a tag to compare
New
  • C# support with RestSharp
  • CodeBuilder push and unshift can format strings

1.13.0

23 Mar 20:21
Compare
Choose a tag to compare
New
  • node 0.10 support
Updates
  • node:request uses util.inspect to output JSON object instead of JSON.stringify
  • dependencies
  • documentation
  • bin linting

1.12.1

23 Mar 20:19
Compare
Choose a tag to compare
Updates
  • NPM keywords to lower case
  • fix broken tests

1.12.0

20 Mar 12:00
Compare
Choose a tag to compare
New
  • add support for full har objects
  • add support for multiple enteries per har
  • cleaner node:native request bodies when possible
Fixes
  • curl multipart
  • httpie parameterized post
  • ocaml using wrong source variable
Updates
  • test case for default content type
  • add more tests/coverage

1.11.1

20 Mar 09:02
Compare
Choose a tag to compare
Fixes
  • Python
    • Fix headers kwarg style
Updates
  • NPM
    • remove all tests and fixtures from packaged npm archive
  • Docs
    • simplify README
    • move Target docs to github wiki

v1.11.0

19 Mar 06:33
Compare
Choose a tag to compare
New
  • Python: Requests
  • Swift: nsurlsession
Updates
  • HTTPS tests
  • custom HTTP Method tests
  • Python:Python3 Prints UTF8 String instead of Byte string
  • Node:Native Prints UTF8 String instead of Buffer
  • CodeBuilder for efficient line concatenation
  • Native request tests for some targets
  • rename Objective-C: native to nsurlsession