Skip to content
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

Use GLib instead of wget #210

Open
tintou opened this issue Mar 5, 2019 · 2 comments
Open

Use GLib instead of wget #210

tintou opened this issue Mar 5, 2019 · 2 comments

Comments

@tintou
Copy link
Member

tintou commented Mar 5, 2019

It looks like we are spawning wget to download the documentation instead of just downloading using GLib

@astavale
Copy link
Contributor

astavale commented Mar 7, 2019

Although using File.new_from_uri ("https://xyz").read () then new DataInputStream () is nice, the GLib GIO uses GVFS as its back end. The GVFS HTTP backend uses libsoup. Is there an advantage to using libsoup directly?

@nda-cunh
Copy link

new_from_uri doesn't work on all workstations, I used it on a project and on some distributions it doesn't work.

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

No branches or pull requests

4 participants