BottleRocketStudios / iOS-Hyperspace

An extremely lightweight wrapper around URLSession to make working with APIs a breeze.
Apache License 2.0
47 stars 17 forks source link

Feature/quick recovery #139

Closed wmcginty closed 2 years ago

wmcginty commented 2 years ago

This all mostly stemmed from a need on my current project to: a) Purposefully decline a redirect, and then consider that 302 response a success b) Attach HTTP.Response information to a successfully decoded object

I had to switch the repo over to using .xcframeworks in order to get things building.