-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Elias Abel edited this page Apr 24, 2017
·
5 revisions
Fire is a delightful HTTP/HTTPS networking framework for iOS/macOS/watchOS/tvOS platform written in Swift and inspired by Python-Requests: HTTP for Humans.
Fire was written for humans to read, and incidentally, for machines to execute :)
- Chainable Request / Response Methods
- Upload File / Data / MultipartFormData
- HTTP Basic Authorization
- TLS Certificate and Public Key Pinning
- Comprehensive Unit and Integration Test Coverage
- Asynchronous Request
- Timeouts
- form (
x-www-form-encoded
)/JSON HTTP body
- iOS 8.0+
- macOS 10.10+
- watchOS 2.0+
- tvOS 9.0+
- Xcode 8 with Swift 3
pod 'Fire'
You are welcome to fork and submit pull requests.
Fire is open-sourced software, licensed under the MIT
license.
Copyright © 2017 Meniny. All rights reserved.