-
I have a protocol as follows
```swift
protocol Networkable {
func asyncLoad(request: Request) async throws -> T
func asyncLoadResponse(request: Request) async throws -> HeaderResponse
}
…
-
### Steps to reproduce
1.Upgrade to the latest iOS version
2. Autouploads stop working
### Expected behaviour
All new photos should auto upload. Also when the app is opened newly taken phot…
-
Network requests do not seem to work in the Simulator and only on an actual device. The following code was used:
```swift
return try await trendingService.tvSeries(inTimeWindow: .week, page: page)…
-
### Expected behavior
Videos uploaded to self-hosted sites should function as expected.
### Actual behavior
With non-production builds, videos are currently being uploaded with an invalid for…
-
### New Issue Checklist
* [x] I have read and understood the [CONTRIBUTING guide](https://github.com/rs/SDWebImage/blob/master/.github/CONTRIBUTING.md)
* [x] I have read the [Documentation](http:/…
-
### Question
I'm trying to upload a local image to Uploadcare using the Swift Api inside of a Finder Extension.
Calling `directUpload(files:store:metadata:uploadSignature:_:_:)` brings the fol…
-
It seems like that our requests are not being traced when using `URLSession.data(for request: URLRequest, delegate: (URLSessionTaskDelegate)? = nil) async throws -> (Data, URLResponse)`. This is how o…
-
## Steps to reproduce
1. Use `quinn` to establish `quic` connection to remote server in context of `iOS` application via code like this (only UDP socket configuration provided):
```
let bind_addr =…
-
By @fabianfett@chaos.social
It would be incredibly cool, if it does not depend on URLSession, but users can bring their own HTTPClient, especially https://github.com/swift-server/async-http-client …
-
Following up on @davidkoski's #59 issue I did a bit of research and may have found the underlying issue based on this section in the docs: https://developer.apple.com/documentation/foundation/url_loa…