SwiftHTTPStatusCodes
                                
                                
                                
                                    SwiftHTTPStatusCodes copied to clipboard
                            
                            
                            
                        Swift enum wrapper for easier handling of HTTP status codes.
## Description The changes in the PR allow the library to be compiled under linux. The following changes were made to accomplish that: * All @objc interfaces were removed as...
- [x] apply Xcode12 recommended settings (`IPHONEOS_DEPLOYMENT_TARGET = 8.0` is no longer supported) - [x] remove VALID_ARCHS because it's deprecated in Xcode12. see [release notes](https://developer.apple.com/documentation/xcode-release-notes/xcode-12-beta-release-notes) for details. I tested with...
Hi team, Is there a plan to include the PrivacyInfo.xcprivacy manifest as required by Apple? ref: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files Thanks, Boyan
Because Cloudflare is commonly used in front of web servers, this PR adds support for the [Cloudflare specific 5xx status codes](https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-503-service-temporarily-unavailable). Closes #19.
Would this library accept a PR for Cloudflare status codes in the 520-527 range? These are common for anyone who has Cloudflare in front of their website or API. They...