Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xlet/surl

🕸 Swifty URL
https://github.com/0xlet/surl

surl swift url urlrequest urlsession urlsessiondatatask

Last synced: 14 days ago
JSON representation

🕸 Swifty URL

Awesome Lists containing this project

README

        

# SURL

Swifty URL

```swift
"https://raw.githubusercontent.com/0xLeif/0xLeif/master/README.md"
.url?
.get { (data, response, error) in

print(String(data: data!, encoding: .utf8))

}
```