]> Sergey Matveev's repositories - public-inbox.git/commit
initial public-inbox-httpd implemenation
authorEric Wong <e@80x24.org>
Tue, 23 Feb 2016 02:52:18 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Tue, 23 Feb 2016 03:44:20 +0000 (03:44 +0000)
commitdbaf64b646943bd92e1aa8d581e23a5adb4a3e57
tree1281baf9597eab55dd8b5ed36508e7412a898d79
parente6085d1526b0948de16c145e11e511226126b7fa
initial public-inbox-httpd implemenation

This is meant to provide an easy starting point for server admins.
It provides a basic HTTP server for admins unfamiliar with
configuring PSGI applications as well as being an identical
interface for management as our nntpd implementation.

This HTTP server may also be a generic Plack/PSGI server for
existing Plack/PSGI applications.
lib/PublicInbox/HTTP.pm [new file with mode: 0644]
lib/PublicInbox/Listener.pm
public-inbox-httpd [new file with mode: 0644]
public-inbox-nntpd
t/httpd-corner.psgi [new file with mode: 0644]
t/httpd-corner.t [new file with mode: 0644]
t/httpd.t [new file with mode: 0644]