]> Sergey Matveev's repositories - public-inbox.git/commit
httpd: make internals slightly more generic
authorEric Wong <e@80x24.org>
Mon, 1 Aug 2022 21:24:42 +0000 (21:24 +0000)
committerEric Wong <e@80x24.org>
Tue, 2 Aug 2022 19:20:10 +0000 (19:20 +0000)
commita55a38db0276a8ce1a09392573af6e1305cbaba9
tree24cbfa60cc599b8b5b9f2067a61d497c6b2d0d9a
parent37939c45e9eee222dd8ec35c941271b87bd02885
httpd: make internals slightly more generic

This brings the HTTP server closer to the IMAP/NNTP/POP3
implementations and eliminates package-wide globals in
PublicInbox::HTTPD.  The end goal is to be able to host
completely different PSGI applications on different listen
ports.
lib/PublicInbox/Daemon.pm
lib/PublicInbox/HTTP.pm
lib/PublicInbox/HTTPD.pm