add scheme handler by akallabeth · Pull Request #955 · webview/webview
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.