Skip to content

0xLet/SURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SURL

Swifty URL

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