requests.php:HTTP请求和响应的路由器和方法

时间:2024-05-12 21:12:23
【文件属性】:

文件名称:requests.php:HTTP请求和响应的路由器和方法

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-12 21:12:23

PHP

Requests.php HTTP请求和响应的路由器和方法 requestGET ( function () { try { response200 (); } catch ( Exception $ exception ) { responseException ( $ exception ); } }); 要求与回应 要求:要求GET requestGET ( function () { //you do anything }); 请求:请求POST requestPOST ( function () { //you do anything }); 请求:请求PUT requestPUT ( function () { //you do


【文件预览】:
requests.php-main
----src()
--------requests.php(912B)
--------response.php(4KB)
--------config.php(265B)
--------parameters.php(774B)
----test()
--------test.php(345B)
----README.md(1KB)
----index.php(0B)

网友评论