]> Sergey Matveev's repositories - public-inbox.git/commit
lei_input: support PublicInbox::WWW mboxrd URLs
authorEric Wong <e@80x24.org>
Mon, 26 Apr 2021 08:30:52 +0000 (08:30 +0000)
committerEric Wong <e@80x24.org>
Mon, 26 Apr 2021 11:40:44 +0000 (07:40 -0400)
commit3f88776b8caeb7f58a99f065ba6650aed03c11ca
treebb07d5ccb352aa622ea93668400d3e1a53f27d30
parent60196eedef969743a76f915825b741b69ed1c171
lei_input: support PublicInbox::WWW mboxrd URLs

This gives "lei import", "lei tag", and similar commands
the ability to use URLs recognized by our PSGI frontend
directly.

This is more convenient than an equivalent shell pipeline
since "set -o pipefail" is not portable and errors may be
lost.
MANIFEST
lib/PublicInbox/LeiInput.pm
t/lei-import-http.t [new file with mode: 0644]