Thanks to visit codestin.com
Credit goes to github.com

Skip to content

love7237/boang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

示例

HttpResult<string> httpResult =await httpClient.SetBaseUri("基础地址").AppendSegments("路由片段")
                .WithQueryParams(new { key1 = "value1", key2 = "value2" })
                .WithHeaders(new Dictionary<string, object>() { { "Connection", "keep-alive" } })
                .WithContent("JSON文本字符串")
                .GetStringAsync();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages