swift-http-types icon indicating copy to clipboard operation
swift-http-types copied to clipboard

Support `URLSession.data(for:)`, `URLSession.upload(for:from:)` and `…

Open sergeishere opened this issue 1 year ago • 1 comments

This pull request supports other URLSession methods:

  • URLSession.data(for:)
  • URLSession.upload(for:from:)
  • URLSession.upload(for:fromFile:)

It allows to use this package with macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0.

sergeishere avatar Jul 11 '23 13:07 sergeishere

@swift-ci test Linux

shahmishal avatar Jul 11 '23 22:07 shahmishal