]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/HTTPD.pm
doc: various overview-level module comments
[public-inbox.git] / lib / PublicInbox / HTTPD.pm
index f923dbb641f518800f937fae68e98500ed2836a5..8cf365d04ced13658fab55b0fa69929bdc2c9d70 100644 (file)
@@ -1,6 +1,8 @@
 # Copyright (C) 2016-2018 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
+# wraps a listen socket for HTTP and links it to the PSGI app in
+# public-inbox-httpd
 package PublicInbox::HTTPD;
 use strict;
 use warnings;