CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - HTTP GET
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - HTTP GET - List
[
Browser Client
]
httpget1
DL : 0
演示连接web服务器并发送一个GET请求的小例子-A example demonstrates how to connect web service and send a GET request
Update
: 2025-02-17
Size
: 2kb
Publisher
:
站长
[
Web Server
]
httpresp
DL : 0
演示响应浏览器的GET请求并发送结果的小例子-A example demonstrates how to connect web service and send a GET request
Update
: 2025-02-17
Size
: 2kb
Publisher
:
站长
[
OS program
]
用于模拟GETPOST方法发送HTTP请求并取得数据
DL : 0
用于模拟GETPOST方法发送HTTP请求并取得数据.可能用于网络攻击-GETPOST simulation methods for sending HTTP request and obtain data. May be used in network attacks
Update
: 2025-02-17
Size
: 296kb
Publisher
:
[
Proxy Server
]
GetHTTP_zx
DL : 0
直接向HTTP服务器发送HTTP GET指令,来获取服务器上的文件-directly to the HTTP server HTTP GET order to access files on the server
Update
: 2025-02-17
Size
: 13kb
Publisher
:
zx
[
Internet-Network
]
HTTPGetPost
DL : 0
This article presents a utility that lets you retrieve raw information from web servers using HTTP s GET and POST commands. 解压后其中一个是源文件,另一个是demo 阅读代码相关参考: http://www.rfc-editor.org/ http://www.codetools.com/index.html-This article presents a utility that lets y ou retrieve raw information from web servers us ing s HTTP GET and POST commands. unpacked which is a source document, another demo code reading relevant reference : http :// www.rfc-editor.org/ http :// www.codetools.com/index.html
Update
: 2025-02-17
Size
: 60kb
Publisher
:
陈丽萍
[
Proxy Server
]
AProxy
DL : 0
一个小巧的代理程序(编译后压缩大约5K),工作模式是单线程的,即异步模式, 工作在1个端口,根据分析请求的数据,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP)-a compact agents (compiled compressed about 5K), the mode is the thread, that is asynchronous mode, in a port, based on an analysis of the requested data, while supporting three kinds of agents : 1. HTTP proxy (mode of support : GET, POST, CONNECT) 2, 3 Sock4 agent, Sock5 Agents (TCP, UDP)
Update
: 2025-02-17
Size
: 9kb
Publisher
:
zx
[
Internet-Network
]
HTTPLib
DL : 0
Http library for Palm, HTTP full implimentation include GET, POst, -Http library for Palm, HTTP GET include full implimentation, POst,
Update
: 2025-02-17
Size
: 19kb
Publisher
:
Sean
[
Browser Client
]
HS_HTTP_Client
DL : 0
本程序是用Sockets编写的HTTP客户程序实例,它具有三个基本的命令:GET、HEAD、POST,可以和我前一次发的HTTP服务器进行测试。-this procedure is used to prepare the HTTP Sockets clients example, It has three basic commands : GET, HEAD, POST, and before I could once when the HTTP server for testing.
Update
: 2025-02-17
Size
: 1.7mb
Publisher
:
侯爽
[
TCP/IP stack
]
WWWHttp
DL : 0
用C#实现的Http协议封装,可以使用UrlEncoded、Multi-Part form vars、XML这3种方式来POST和Get文本和文件,支持Proxy,支持各种编码,是良好的学习HTTP编程的例程-With C# Realize the Http protocol package, you can use UrlEncoded, Multi-Part form vars, XML that three kinds of ways to POST and Get text and documents to support Proxy, supports a variety of encoding, is a good learning HTTP Programming Example Cheng
Update
: 2025-02-17
Size
: 31kb
Publisher
:
YMF
[
Web Server
]
HTTP_GETFILE
DL : 0
vc++开发的,可以从从WEB服务器通过HTTP协议下载文件源码-vc++ development, we can start from the WEB server to download files through the HTTP protocol source
Update
: 2025-02-17
Size
: 17kb
Publisher
:
liuxfu
[
Internet-Network
]
http
DL : 1
HTTP客户端例子程序 用HTTP协议与WEB网站通信,实现基本的GET/POST消息交互。 主要功能: GET 网站上的页面、下载JPG文件等 POST 表单,包括上传文件。 分析部分常用的返回信息 主要用途: 实践GET/POST消息交互,根据网站的内容具体修改可以定制成专用的接口程序。 主要函数都没有用MFC,可以轻松移植到嵌入式系统。-HTTP client example program using HTTP protocol and WEB site communications, and realize the basic GET/POST interactive news. Main functions: GET on the site page, download JPG files a form POST, including upload files. Analysis of some commonly used to return information on the main purposes: the practice of GET/POST interactive news, according to site specific changes to the content can be customized into a dedicated interface program. The main functions are not used MFC, can be easily ported to embedded systems.
Update
: 2025-02-17
Size
: 55kb
Publisher
:
[
TCP/IP stack
]
ryeolhttpclient_src
DL : 0
CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient aim is to simplify WinInet
Update
: 2025-02-17
Size
: 73kb
Publisher
:
严锐
[
Internet-Network
]
HTTPClient
DL : 0
This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL). -This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL ) (note that this is not the same as the GPL).
Update
: 2025-02-17
Size
: 717kb
Publisher
:
Guo Quan
[
Internet-Network
]
http_get_in_c
DL : 0
使用纯C编写的http get请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http get request, can be used for testing HTTP server. Is a very applicable gadgets.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
魏汝垚
[
Internet-Network
]
http-get-20081119
DL : 0
Lightweight http get sample
Update
: 2025-02-17
Size
: 14kb
Publisher
:
kreia
[
JSP/Java
]
HTTP
DL : 0
简单WEB服务器,能够通过HTTP GET命令获得一个简单的文件-A simple WEB server through HTTP GET command to obtain a simple file
Update
: 2025-02-17
Size
: 8kb
Publisher
:
linchao
[
Delphi VCL
]
HttpGetFile
DL : 0
http get file command line util
Update
: 2025-02-17
Size
: 343kb
Publisher
:
Jay
[
Internet-Network
]
http
DL : 0
跨平台http Get Post函数,都是可以直接用的-http download, support get and post
Update
: 2025-02-17
Size
: 1kb
Publisher
:
danny
[
Internet-Network
]
VC.GET.POST.HTTP.client.code.send.request
DL : 0
VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
Update
: 2025-02-17
Size
: 37kb
Publisher
:
67
[
Internet-Network
]
GetSample
DL : 0
http get-http get
Update
: 2025-02-17
Size
: 1kb
Publisher
:
yushenshafo
«
1
2
3
4
5
6
7
8
9
10
...
31
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.