Skip to content

canImport(Combine)

Latest
Compare
Choose a tag to compare
@0xLeif 0xLeif released this 17 Mar 19:14

Example SURL

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