Skip to content

Commit

Permalink
新增withUA()方法
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Mar 22, 2020
1 parent 6257a0d commit 0691000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ echo "当前页面执行总时长:{$total} 秒" . PHP_EOL;
## 使用响应

发起请求后会返回一个 Gouguoyin\EasyHttp\Response 的实例,该实例提供了以下方法来检查请求的响应:
发起请求后会返回一个 Gouguoyin\EasyHttp\Response $response的实例,该实例提供了以下方法来检查请求的响应:

```php
$response->body() : string;
Expand Down

0 comments on commit 0691000

Please sign in to comment.