cbaltzer / foundation-networking-async

Adds the missing async URLSession methods on Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoundationNetworking+Async

Adds the missing async methods for URLSession on Linux.

import FoundationNetworkingAsync

Everything is wrapped in Linux-only compilation directives so it should be safe to drop in even if you're developing on macOS.

Progress:

  • Data
  • Download task
  • Upload task
  • Bytes

About

Adds the missing async URLSession methods on Linux

License:MIT License


Languages

Language:Swift 100.0%