http server form parser:Amp的HTTP服务器的表单解析器 源码
http-server-form-parser 该软件包是的附加组件,它允许将请求正文解析为x-www-form-urlencoded或multipart/form-data格式的multipart/form-data 。 安装 该软件包可以作为依赖项安装。 composer require amphp/http-server-form-parser 用法 基本用法是通过调用parseForm($request) ,它将缓冲请求主体并对其进行解析。 <?php use Amp \ Http \ Server \ FormParser ; use Amp \ Http \ Serve
文件列表
http-server-form-parser-master.zip
(预估有个14文件)
http-server-form-parser-master
src
ParsingMiddleware.php
1KB
File.php
756B
functions.php
451B
BufferingParser.php
4KB
StreamedField.php
1KB
Form.php
3KB
StreamingParser.php
9KB
ParseException.php
96B
暂无评论