Go to file
Zach Eriksen c04f941eea Added canImport(Combine) 2021-03-17 14:13:01 -05:00
.swiftpm/xcode/package.xcworkspace Initial Commit 2020-11-20 17:40:52 -06:00
Sources/SURL Added canImport(Combine) 2021-03-17 14:13:01 -05:00
Tests init poc 2020-11-20 19:18:54 -06:00
.gitignore Initial Commit 2020-11-20 17:40:52 -06:00
LICENSE Create LICENSE 2020-11-20 19:19:30 -06:00
Package.swift Initial Commit 2020-11-20 17:40:52 -06:00
README.md init poc 2020-11-20 19:18:54 -06:00

README.md

SURL

Swifty URL

"https://raw.githubusercontent.com/0xLeif/0xLeif/master/README.md"
    .url?
    .get  { (data, response, error) in
    
    print(String(data: data!, encoding: .utf8))
    
}