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://www.codercto.com/soft/d/303.html

Introduction to Tornado

Introduction to Tornado

Michael Dory、Adam Parrish、Brendan Berg / O'Reilly Media / 2012-3-28 / USD 23.99

Tornado is a scalable, non-blocking web server and web application framework written in Python. It is also light-weight to deploy, fun to write for, and incredibly powerful. Tornado was written with p......一起来看看 《Introduction to Tornado》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

html转js在线工具
html转js在线工具

html转js在线工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具