steamclock / netable

A Swift library for encapsulating network APIs using Codable in a type-oriented way.
MIT License
99 stars 3 forks source link

change netable constructor to not allow directly settings an URLSessionConfiguration #82

Closed brendanlensink closed 3 years ago

brendanlensink commented 3 years ago

Instead we accept a new Config struct containing the timeout option.

@nbrooke do we want to still expose the caching policy stuff? Does anyone actually use default in practice?