Networking — 1.0.0
Important
This marks the first stable release of Networking
. Expect strict semantic versioning releases after this. 🎉
Changes
- Renamed
ContentType
toParameterType
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 aParameterType
instead of aContentType
. Anyway, here's hoping this makes it more human friendly.
destinationURL
now throws so usetry networking.destinationURL(...)
instead