Releases: tevelee/AsyncHTTP
Releases · tevelee/AsyncHTTP
1.1.0
- Adopted primary associated types: allows opaque type constraints such as
some Loader<URLRequest, HTTPURLResponse>
- Advanced rethrows mechanism:
load()
only throws if there is an explicitly throwing operator in the loader chain
1.0.1
Added support for macOS catalyst, watchOS, and tvOS
1.0.0
Networking library with async-await API