Charles R. Portwood II

Results 4 comments of Charles R. Portwood II

Setting a reminder to review the bower/npm assets with the Yii2 skeleton project. I haven't had the opportunity to review this yet.

Hi. `sendFile` and `sendStreamAsFile` are outstanding items that remain to be implemented. I'd prefer not to introduce Guzzle as a dependency, however if the method you outlined is sufficient and...

Hi there - `data.chain_inspect` seems to work well enough inside of data guards for any stream modifications that need to be done, but falls short if the request body is...

The session component is auto-loaded you don't define your own: https://github.com/charlesportwoodii/yii2-psr7-bridge/blob/94c3c461a059541c4bc5e489b657c5f96bd62c75/src/web/Application.php#L236. It's the same code that is in yii\web\Application: https://github.com/yiisoft/yii2/blob/master/framework/web/Application.php#L193. Since it's just a Yii2 component, you can just define...