Skip to content

基于 TcpClient 现实的 http请求库,编写于2007年做了几年数据采集工作。

Notifications You must be signed in to change notification settings

2881099/TcpClientHttpRequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

基于 TcpClient 实现的 http请求库,编写于2007年做了几年数据采集工作。

支持

  • http/https
  • get/post
  • cookie 管理(兼容性好)
  • gzip/deflate 自动解压内容
  • 普通响应/chunk响应
  • 重定向(防死循环重定向)
  • 代理请求

使用方法

TcpClientHttpRequest hr = new TcpClientHttpRequest();
hr.Action = "http://www.baidu.com/";
hr.Method = "get"; //默认
hr.Send();
Console.WriteLine(hr.Response.Xml);

About

基于 TcpClient 现实的 http请求库,编写于2007年做了几年数据采集工作。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages