]> granicus.if.org Git - libevent/commit
http-server: add ability to bind to unix-socket
authorAzat Khuzhin <azat@libevent.org>
Sat, 11 May 2019 15:49:28 +0000 (18:49 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 12 May 2019 15:21:21 +0000 (18:21 +0300)
commit737d1beb14423dc212b0c53edf536b3172c87571
tree4e3eaece7943cecfa9932c70e8f1a9b97d939cb4
parentda11217544727cda01a23db2198d24a591d993a3
http-server: add ability to bind to unix-socket

Usage example:
  http-server -u -U /tmp/sock /tmp/no-such-dir
  curl -v --unix-socket /tmp/sock 127.1:8080/foo
sample/http-server.c