dduan / Just

Swift HTTP for Humans
MIT License
1.4k stars 134 forks source link

How to Download file #129

Open luckrill opened 1 year ago

luckrill commented 1 year ago

I try Just.get("http://www.mywebsite.com/myfile.pdf") but download failed

my question: how to download file, need finished message, and how to background mode.

HereOrCode commented 1 year ago

Download File https://github.com/dduan/Just/blob/be341d3df1102954339ce04b7f99f6a952535b9f/Tests/JustTests/JustTests.swift#L5

To download in the background, see this Danie1s/Tiercel https://github.com/Danie1s/Tiercel

Hope this helps

luckrill commented 1 year ago

thanks