webview / webview

Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

Home Page:https://webview.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q: HTTP communication over unix domain sockets

rudolfochrist opened this issue · comments

Hi,

is it possible to configure webview in a way that communication happens over unix domain sockets instead of TCP? I have a
HTTP server running locally that communicates over USD. I can send request with curl:

$ curl --unix-socket hunch.sock 'http://localhost/foo'
Hi

What do I need to do to have webview communicate with the server over the hunch.sock socket? Thanks in advance.

  • Sebastian
commented

Most browsers do not support unix sockets at the moment.