프로그래밍
.Net HTTP 라이브러리 비교
itssue-host
2023. 11. 6. 16:25
원문 : HTTP 라이브러리 비교 - CodeProject
Comparison of HTTP libraries
The article contains comparison of pure HttpClient with RestSharp and Refit.
www.codeproject.com
성능 : HttpClient > RestSharp > Refit
난이도 : Refit > HttpClient > RestSharp
재전송 : RestSharp