HttpResult<string> httpResult =await httpClient.SetBaseUri("基础地址").AppendSegments("路由片段")
.WithQueryParams(new { key1 = "value1", key2 = "value2" })
.WithHeaders(new Dictionary<string, object>() { { "Connection", "keep-alive" } })
.WithContent("JSON文本字符串")
.GetStringAsync();
-
Notifications
You must be signed in to change notification settings - Fork 0
License
love7237/boang
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published