input: update documentation and hide internals.
commit794c2618068ef4f9cfdcc890fe7858d922cb527c
authorEric Wong <e@80x24.org>
Mon, 20 Mar 2017 20:08:46 +0000 (20 20:08 +0000)
committerEric Wong <e@80x24.org>
Thu, 23 Mar 2017 00:03:40 +0000 (23 00:03 +0000)
treeab93813b91b1df022e016c8a0d916ce365251c8f
parentd26cc92e25bf17e20323bf310599cf2d4853f422
input: update documentation and hide internals.

rack 2.x exists nowadays still allows rewindable input as an
option, and we will still enable it by default to avoid breaking
any existing code.

Hide the internal documentation since we do not want people
depending on unicorn internals; so there's no reason to confuse
or overwhelm people with documentation about it.  Arguably,
TeeInput and StreamInput should not be documented publically at
all, but I guess that ship has long sailed...
lib/unicorn/configurator.rb
lib/unicorn/stream_input.rb
lib/unicorn/tee_input.rb