]> Sergey Matveev's repositories - public-inbox.git/commit
www: remove a few more Plack::Request dependencies
authorEric Wong <e@80x24.org>
Mon, 30 May 2016 01:57:52 +0000 (01:57 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 May 2016 01:57:52 +0000 (01:57 +0000)
commitfbcb7de93884b7915ea17906d112e1e8cb0dd490
tree7d5b50d96f133827affb4808364358e121677828
parent1addae0198108a14cec9d3b306f5c51c70a5e053
www: remove a few more Plack::Request dependencies

Still a work in progress, but SearchView no longer depends
on Plack::Request at all and Feed is getting there.

We now parse all query parameters up front, but we may do
that lazily again in the future.
lib/PublicInbox/Feed.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/WWW.pm