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

Add defaultDecoder to RequestDefaults and use as a default parameter value for initialization. #131

Closed earlgaspard closed 3 years ago

earlgaspard commented 3 years ago

This PR adds a defaultDecoder so projects can easily use a custom decoder for Requests it creates.