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 in order to take advantage of any of the HTTPRequest+URL extensions, one must also bring along all of the FoundationNetworking extensions (URLRequest/URLResponse/URLSession).
FoundationNetworking adds significant dependency requirements on Linux in particular that are undesirable for simply working with the Foundation standard URL / URLComponents.
It would nice if there were a way to work with HTTPTypes within the context of Foundation only while ignoring FoundationNetworking.
The text was updated successfully, but these errors were encountered:
Currently in order to take advantage of any of the HTTPRequest+URL extensions, one must also bring along all of the FoundationNetworking extensions (URLRequest/URLResponse/URLSession).
FoundationNetworking adds significant dependency requirements on Linux in particular that are undesirable for simply working with the Foundation standard URL / URLComponents.
It would nice if there were a way to work with HTTPTypes within the context of Foundation only while ignoring FoundationNetworking.
The text was updated successfully, but these errors were encountered: