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 f1ea00c commit 6257a0d
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 @@ -37,7 +37,7 @@ $response = Http::head('http://httpbin.org/head');
$response = Http::options('http://httpbin.org/options');
```

###### 发送 URL 编码请求
###### 发送 Content-Type 编码请求

```php
// application/json(默认)
Expand Down

0 comments on commit 6257a0d

Please sign in to comment.