RxAlamofire icon indicating copy to clipboard operation
RxAlamofire copied to clipboard

RxSwift wrapper around the elegant HTTP networking in Swift Alamofire

Results 27 RxAlamofire issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Where does one find any documentation to use this framework. I was expecting at least some information on how to create a post request with a custom body parameter. But...

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.8.1 to 1.11.0. Release notes Sourced from git's releases. Release v1.11.0 Full Changelog 292087e Supress unneeded test output (#570) 19dfe5e Add support for fetch options "--force/-f" and...

dependencies

#trivial As I've mentioned in https://github.com/RxSwiftCommunity/RxOptional/pull/104, consumers of a Swift Package get unneeded test dependencies fetched in Xcode if the package defines its SPM toolchain version lower than 5.2. This...

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.4.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

Moving to Alamofire 5.x isn't possible for us at the moment but we would like to be one RxSwift 6.2 for other reasons. This is branched off 5.1.0 tag (the...

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

- observeOn -> observe(on:)

If the response code from server is 202, rxalamofire checks for a body and if it is empty throws a `inputDataNilOrZeroLength` error which should not be the same as the...