© 1999-2048 dssz.net 粤ICP备11031372号
[其它] content-length:PSR-15中间件,将Content-Length标头注入响应中-源码
说明:中间件/内容长度 中间件根据主体大小将Content-Length标头注入响应中。 要求 PHP> = 7.2 安装 该软件包可以通过Composer作为安装和自动加载。 composer require middlewares/content-length 例子 $ dispatcher = new Dispatcher ([ new Middlewares \ ContentLength () ]); $ response = $ dispatcher -> disp<weixin_42151729> 上传 | 大小:7kb