-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
get_http_headers Method not implemented yet. #61
Comments
It's not implemented yet because it requires libsoup rust bindings, someone from the GNOME community generated them here https://gitlab.gnome.org/World/Rust/soup-rs |
@bilelmoussaoui |
@whizsid it would be nice if you could contribute directly to the one hosted in GNOME, I have been working on updating it |
@bilelmoussaoui Currently I am using a custom build of the webkit2gtk-rs. But the same issue appeared when using the 'webkit2gtk-webextension-rs' library. |
@whizsid soup-rs should now work with the latest gtk-rs stack |
@bilelmoussaoui Thank you! But still, I can not use it with webkit2gtk. I am getting an error like 'failed to select a version for |
I want to use webkit-uri-request-get-http-headers to filter and modify my requests. But this method is not implemented yet.
The text was updated successfully, but these errors were encountered: