You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently many operations, especially the interactions with web APIs use HTTPRequest from swift-utils, which is based on Foundation's URLSession. Ideally we should migrate to async-http-client (and to async in general, see #93)
This would also make it easier to integrate with other async-http-client-based packages, e.g. swift-mensa.
The text was updated successfully, but these errors were encountered:
Currently many operations, especially the interactions with web APIs use
HTTPRequest
fromswift-utils
, which is based onFoundation
'sURLSession
. Ideally we should migrate toasync-http-client
(and to async in general, see #93)This would also make it easier to integrate with other
async-http-client
-based packages, e.g.swift-mensa
.The text was updated successfully, but these errors were encountered: