Skip to content

Foundation convenience extensions should be available in a separate product from FoundationNetworking convenience extensions #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
schlaeps opened this issue Mar 1, 2025 · 0 comments

Comments

@schlaeps
Copy link

schlaeps commented Mar 1, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants