Declarative HTTP networking, designed for SwiftUI. swift-request can be installed via the Swift Package Manager. Once you've built your Request, you can specify the response handlers you want to use. .onData, .onString, .onJson, and .onError are available. You can chain them together to handle multiple response types, as they return a modified version of the Request. The body of the Request is built using the RequestBuilder @resultBuilder. It merges each RequestParam in the body into one CombinedParam object. This contains all the other params as children. When you run .call(), the children are filtered to find the Url, and any other optional parameters that may have been included.
Features
- Set an HTTP header field
- Create query strings
- Add a param directly
- Request and RequestGroup both conform to Publisher
- You can use all of the Combine operators you'd expect on Request
- The body of the Request is built using the RequestBuilder @resultBuilder
License
MIT LicenseFollow Swift Request
Other Useful Business Software
Safetica Data Loss Prevention Software for Businesses
Safetica is a cost-effective, easy-to-use Data Loss Prevention (DLP) solution. It performs security audits, prevents sensitive data from leaving your company, and sheds light on what is going on in your organization.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Swift Request!