Skip to content

Swifty 1.1.1

Compare
Choose a tag to compare
@biocross biocross released this 12 Aug 19:16
· 42 commits to master since this release

Swifty now supports attaching multipart form data into requests.

Added

  • Adds a new modifier .multipart() to attach multipart form data into requests.
  • The new modifier is can be chained continuously to attach multiple data into requests.
  • The encoding of the data is done at the time .load() is called, using an internal RequestInterceptor