C#的HTTP开发包 HttpLib

码农软件 · 软件分类 · 网络工具包 · 2019-02-28 09:44:16

软件介绍

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);
});

本文地址:https://codercto.com/soft/d/303.html

Programming Ruby

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试