tus-php
tus-php copied to clipboard
Support injecting custom input-stream path
trafficstars
Almost every flow is extendable except the path to input stream which was rigidly set to php://input as a class constant.
This update makes it possible to use a custom path to the input stream - the missing screw before i could fully implement with Swoole.