Model for parsing and appending query strings to URLs.
Install
pod 'QueryString'Usage
let qs = QueryString(key: "query", value: "stockholm")
let url = qs.append(to: "http://google.com")
print(url) // http://google.com?query=stockholmCocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✓ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Sep 2018 |
| SPMSupports SPM | ✗ |
Maintained by Mattias Eriksson.