Skip to content

Networking — 1.0.0

Compare
Choose a tag to compare
@3lvis 3lvis released this 14 May 13:09
· 401 commits to master since this release

Important

This marks the first stable release of Networking. Expect strict semantic versioning releases after this. 🎉

giphy 1


Changes

  • Renamed ContentType to ParameterType

The Content-Type HTTP specification is so unfriendly, you have to know the specifics of it before understanding that content type is really just the parameter type. Because of this Networking uses a ParameterType instead of a ContentType. Anyway, here's hoping this makes it more human friendly.

  • destinationURL now throws so use try networking.destinationURL(...) instead