Skip to content

0xLet/SURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Zach Eriksen
Mar 17, 2021
c04f941 ยท Mar 17, 2021

History

6 Commits
Nov 20, 2020
Mar 17, 2021
Nov 21, 2020
Nov 20, 2020
Nov 21, 2020
Nov 20, 2020
Nov 21, 2020

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))
    
}