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

add scheme handler #955

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akallabeth
Copy link

Implements add_scheme_handler for allowing registering custom schemes.

currently only gtk is implemented, mac os and windows are TODO.

@SteffenL
Copy link
Collaborator

Thanks for starting working on this. This is surely something the library should have but I have some concerns.

WebKitGTK has some annoying issues with custom schemes that I came across:

  • Doesn't support redirects.
  • Video/Audio URLs fail to load.

Users will also want to be able to inspect the request headers and body, as well as send a response.

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

Successfully merging this pull request may close these issues.

None yet

2 participants