SURL

0.1.1

🕸 Swifty URL
0xLet/SURL

What's New

canImport(Combine)

2021-03-17T19:14:01Z

Example SURL

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

SURL

Swifty URL

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

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Mar 10 2024 00:43:30 GMT-1000 (Hawaii-Aleutian Standard Time)