Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 953 Bytes

Changes

0.1.2

  • fix #43: last set-cookie headers on a page overwrites the ones before

0.1.1

  • Add :as :bytes #38

0.1.0

  • Add :silent false and :err :inherit opts
  • Support keywords as query and form param keys (@lispyclouds)
  • Add :follow-redirects false options (@sudorock)

0.0.3

  • #35: use --data-binary when sending files or streams

0.0.1

  • #16: BREAKING! Exceptional status codes or nonzero curl exit codes will throw exceptions by default.

  • #9: BREAKING! Functions like get, post, etc. now always return a map with :status, :body, and :headers.