]> Sergey Matveev's repositories - public-inbox.git/commitdiff
www: add endpoint to retrieve altid dumps
authorEric Wong <e@yhbt.net>
Sat, 21 Mar 2020 02:03:54 +0000 (02:03 +0000)
committerEric Wong <e@yhbt.net>
Wed, 25 Mar 2020 01:48:35 +0000 (01:48 +0000)
This ensures all our indexed data, including data from altid
searches (e.g. "gmane:$ARTNUM") is retrievable.

It uses a "POST" request to avoid wasting cycles when invoked by
crawlers, since it could potentially be several megabytes of
data not indexable by search engines.


No differences found