- 授权协议: Apache
- 开发语言: C#
- 操作系统: 跨平台
- 软件首页: http://restsharp.org/
- 软件文档: https://github.com/restsharp/RestSharp/wiki
- 官方下载: https://github.com/restsharp/RestSharp/archive/master.zip
软件介绍
RestSharp
进行 rest/http 请求的 .NET 工具库。
功能
支持.NET 3.5+,Silverlight 5,Windows Phone 8,Mono,MonoTouch,Mono for Android
容易安装,NuGet 适合大多数 .NET 风格
支持使用 NuGet 的大多数 .NET 风格的强命名
自动 XML 和 JSON 反序列化
支持通过 ISerializer 和 IDeserializer 自定义序列化和反序列化
模糊元素名称匹配 ('product_id' in XML/JSON will match C# property named 'ProductId')
自动检测返回的内容类型
支持 GET,POST,PUT,PATCH,HEAD,OPTIONS,DELETE
还支持其他非标准 HTTP 方法
oAuth 1,oAuth 2,Basic,NTLM 和基于参数的身份验证器
通过 IAuthenticator 支持自定义认证方案
Multi-part form/file 上传
T4 Helper 从 XML 文档生成 C#类
Operating System Algorithms
Nathan Adams、Elisha Chirchir / CreateSpace Independent Publishing Platform / 2017-4-21 / USD 39.15
Operating System Algorithms will walk you through in depth examples of algorithms that you would find in an operating system. Selected algorithms include process and disk scheduling.一起来看看 《Operating System Algorithms》 这本书的介绍吧!
