RealHTTP icon indicating copy to clipboard operation
RealHTTP copied to clipboard

🌀swift async http client - fast, lightweight, type-safe

Results 17 RealHTTP issues
Sort by recently updated
recently updated
newest added

### Bug Report | Q | A | | ------------------- | ------ | | BC Break | no | | Version | 1.5.2 | #### Summary It seems that there...

### Bug Report | Q | A | | ------------------- | ------ | | BC Break | no | | Version | 1.5.2 | #### Summary Hello, I am experiencing...

I have a custom validator that parses the JSON response and tries to build an Error struct. If it builds the error successfully, my validator will return with a `.failChain(responseError)`,...

enhancement
good first issue

### Bug Report | Q | A | | ------------------- | ------ | | BC Break | no | | Version | 1.6.2 | #### Summary We have many (but...

I tried your example , but I get error > Instance method 'fetch' requires that 'HTTPRequest' conform to 'APIResourceConvertible'" That error appeared hear ``` public extension HTTPClient { func fetch(_...

### Platform Version Any ### SDK Version Any ### Xcode Version Any ### Steps To Reproduce It's not always reproducible, but typically, it happens at the startup. The error is:...

bug

Hi, I am using HTTPStubber and love its simplicity and power. I was wondering what would be the best approach to use it in a project with iOS 11+ support...

enhancement

### Platform Version iOS 17.2 ### SDK Version 1.8.3 ### Xcode Version Xcode 15.2 ### Steps To Reproduce Let's suppose we do have a struct representing a form: ```swift struct...

bug

This MR fixes the array encoding of query parameters. Closes #88

bug

Hello, this PR should add the feature requested in #79. You can provide a custom retry strategy by implementing a closure that takes the current `HTTPRequest` as input and returns...