about summary refs log tree commit homepage
path: root/examples/repobrowse.psgi
DateCommit message (Collapse)
2016-04-05examples/repobrowse.psgi: disable Chunked response by default
It seems incompatible with Starman and probably confuses other HTTP/1.0-only servers, too. Our -httpd will respect it and requires it for persistent connections. Followup-to: dca2724e0aeb ("examples: disable Chunked response in PSGI example")
2016-04-05examples/repobrowse.psgi: consistent variable naming
We've been trying to avoid the underscore in "repobrowse" to shorten things.
2016-04-05examples/repobrowse.psgi: modernize w.r.t public-inbox.psgi
We want to be consistent between the standard PSGI examples to lower the learning curve.
2016-04-05repobrowse: standardize interface a bit
Make it closer to what the existing WWW interface is since we no longer rely on CGI.pm
2016-04-05repobrowse: change Perl capitalization to "Repobrowse"
We mainly call it "repobrowse" (all lowercase), so do not imply it is two separate words by capitalizing "Browse".
2016-04-05examples/repobrowse.psgi: rename to eliminate the dash
We've been refering to this as "repobrowse", so drop the '-'. While we're at it, enable chunking since we stream a good chunk of our responses to avoid having too much in memory at once.