Skip to content

Releases: 0x726f6f6b6965/go-curl

0.0.2

20 Jan 09:20
Compare
Choose a tag to compare

Added

  • Added the parameter of combinedOutput to make testing more convenient.

Fixed

  • Added initial function for cleanup to prevent panic from doing execute function without generate command.

0.0.1

18 Jan 08:32
Compare
Choose a tag to compare

[0.0.1] - 2022-01-18

Added

  • Implement the curl request
    • convert http request to curl requet
    • convert curl response to http response
  • Added Makefile