- 授权协议: GPLv2
- 开发语言: C#
- 操作系统: Windows
- 软件首页: http://httplib.codeplex.com/
- 软件文档: http://httplib.codeplex.com/
软件介绍
HttpLib 可以用来简化在 C# 应用中异步的访问 Web 服务的操作。同时包含文件上传和访问网页的方法。
支持:
- GET
-
POST
- Form Encoded
- Multipart File Upload
- PUT
- HEAD
- DELETE
示例代码:
using Redslide.HttpLib;
Request.Get("http://www.oschina.net/",
result=>
{
Console.Write(result);
});
Programming Ruby
Dave Thomas、Chad Fowler、Andy Hunt / Pragmatic Bookshelf / 2004-10-8 / USD 44.95
Ruby is an increasingly popular, fully object-oriented dynamic programming language, hailed by many practitioners as the finest and most useful language available today. When Ruby first burst onto the......一起来看看 《Programming Ruby》 这本书的介绍吧!
