rouille
rouille copied to clipboard
Unix Domain?
Handling requests from an upstream server, or tor, is a must! If the upstream server is local it becomes encumbering to use ports on a localhost interface for IPC. Enter Unix Domain Sockets.
If I understand correctly, the request might be better forwarded to the underlying HTTP implementation, i.e. https://github.com/tiny-http/tiny-http. Doesn't have the time to formulate it properly right now, though.
Sorry. This would be an extension on the listening socket, to allow for accepting connections on UDS.
PR #287 may be of interest.