haxetink / tink_http

Cross platform HTTP abstraction
https://haxetink.github.io/tink_http
33 stars 19 forks source link

[breaking] Rework aws #114

Closed kevinresol closed 4 years ago

kevinresol commented 4 years ago

Changed the way to use (no more manual @:expose) and more importantly fixed a few issues:

  1. support duplicated headers and query params
  2. fixed path construction to properly handle API path mapping

This is a breaking change but considering tink_http is not yet 1.0.0 so I will just go ahead and merge.