Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuovi committed Mar 2, 2023
1 parent 344a25c commit f51182d
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 @@ -716,7 +716,7 @@ HttpHelper 是Http模拟请求库。提供了三种内核,HttpClient,HttpWebRe
var result = await XiaoFeng.Http.HttpHelper.GetHtmlAsync(new XiaoFeng.Http.HttpRequest
{
Method = HttpMethod.Get,//不设置默认为Get请求
HttpCore = HttpCore.HttpClient,
HttpCore = HttpCore.HttpClient,//不设置默认为HttpClient内核
Address = "http://www.fayelf.com"
});
if (result.StatusCode == System.Net.HttpStatusCode.OK)
Expand Down

0 comments on commit f51182d

Please sign in to comment.