Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chengse66 authored Jan 30, 2024
1 parent d39857b commit dcce13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ app/view/helloworld.html
bootstrap::controller($classname,$method); 检测方法是否存在

2024-01-30 新增了HTTP的用法(用于第三方请求)

http::post("https://127.0.0.1/test.php")->withForm(array('name'=>'value'))->onReady(function($ret){
var_dump($ret);
})->submit();
Expand Down

0 comments on commit dcce13e

Please sign in to comment.