CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c http post

搜索资源列表

  1. c++_http

    0下载:
  2. 一个c++的http发送类 SendHTTP.c by Jeff Heaton(heatonj@jeffheaton.com), 2000 Source code to GET/POST using the HTTP 1.0 protocol
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:21468
    • 提供者:k23456
  1. testHttpPost

    0下载:
  2. C++ 以POST方式向网页提交数据,向http://current.sinaapp.com/post.php发送数据,实现向PHP页面发送数据,代码有明晰易懂,一看就明白-C++ POST to submit data to a web page, send data to http://current.sinaapp.com/post.php
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:7410
    • 提供者:时杰
  1. 07141575http_post_in_c

    0下载:
  2. HTTP POST C语言代码,适合初学者阅读-HTTP POST C
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:9078
    • 提供者:柳兵锋
  1. Internet

    1下载:
  2. wince 下socket实现的HTTP类,支持post和get-HTTP classes implement by socket,supports POST and GET.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-16
    • 文件大小:18176
    • 提供者:benzhan
  1. HttpRequest

    1下载:
  2. 本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。-This procedure using C++ language implementation of the HTTP protocol' s request message, including GET, POST method, compiled through the windows, you can run.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1899
    • 提供者:lijuan
  1. WinInetHttpClient

    0下载:
  2. C++使用socket实现在http协议 支持GET,POST-use socket to implantation http protocol. Now support GET & POST
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:27080
    • 提供者:king
  1. CSharp_Simulation_IIS_SeverGET_POST

    0下载:
  2. 建于: 2010-12-12 作者: kevery / 香門 QQ:214958266 目的: 模拟IIS服务器 当前: 测试模块效果 测试环境:Visual Studio 2005 C# .NET Framework 2.0 windows 7 用途: 建立简单C/B/S模式转输数据. 优点: 采用HTTP方式(方式:POST GET) ,简单,实用. GET方式时,访问未指明的文件名时,默认访问:index.html文件,即默认主页-Built in: 2010
  3. 所属分类:Web Server

    • 发布日期:2017-03-31
    • 文件大小:179351
    • 提供者:香门
  1. main.c

    0下载:
  2. 简单的实现get,post,head功能的http代理服务器-http proxy
  3. 所属分类:Proxy Server

    • 发布日期:2017-03-30
    • 文件大小:3409
    • 提供者:Guoyao Xu
  1. Chttp

    0下载:
  2. C编程实现http POST请求 客户端模型-C programming http protocol
  3. 所属分类:Linux Network

    • 发布日期:2017-12-02
    • 文件大小:7520
    • 提供者:ping
  1. Http-test

    0下载:
  2. 通过socket,实现http协议!支持get\post等操作。是用C++来实现的~-Through the socket, to achieve http protocol! Support get \ post and other operations. Achieved with C++ ~
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:95694
    • 提供者:蓝本
  1. main.c

    0下载:
  2. 简单的实现get,post,head功能的http代理服务器-http proxy
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:3499
    • 提供者:WhieHou
  1. TDDOWNLOAD_http_POST

    0下载:
  2. 国外网站上下的,实现跨平台的HTTP POST方法的C++源码,简单明了,适合初学者学习HTTP协议的细节-Abroad website from top to bottom, cross-platform implementation of the HTTP POST method of C++ source code, simple and clear, suitable for beginners to learn the details of HTTP protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:4989
    • 提供者:Bankof
  1. HTMLPOSTGETHelper

    0下载:
  2. C# 网页GET与POST源代码,可说明详细可自由修改,编码默认设置为UTF-8,如需要请自行改为ANICODE,包括正则功能,通过此代码已POST某个大网站上超过2000万个网页数据库,功能强大,不可错过-C# http GET POST
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3398
    • 提供者:natinn
  1. htmldownload

    0下载:
  2. 基于c++编写的http下载代码,利用winsocket实现http获取访问网页信息。可自定请求信息,和后处理解码。-Based c++ http download code written using winsocket realized gain access http web page information. Customizable request information, decoding and post-processing.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6921
    • 提供者:etoo
  1. kaoshibazhuceji

    2下载:
  2. 第一次接触VC++模拟HTTP协议的POST方式提交表单。POST提交部分的代码是在网上找的现成的函数,里面使用的是MFC的CHttpConnection类。随便找了个没有验证码的注册页面(考试吧网站的注册页面),提交表单,抓到数据包后分析,模拟提交,测试成功!于是便写出了这个批量注册的程序。为以后写更强大的模拟提交表单程序打基础。利用这种模拟提交和获取数据的方法,完全可以把一个别人写好的现成的B/S架构客户端网页写成一个C/S架构的客户端软件。十分强大!还可以进行各种代替人工操作的模拟网页操作
  3. 所属分类:ISAPI-IE

    • 发布日期:2014-10-28
    • 文件大小:832512
    • 提供者:贾乐乐
  1. Saml_Source

    0下载:
  2. One of the common ways to pass SAML parameters is via an HTTP POST parameter. The .NET framework has all of the components necessary to accomplish this. There are also packages and components that you can purchase that literally does the same thing.
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1115700
    • 提供者:endell
  1. http_post_in_c

    0下载:
  2. 使用纯C编写的http post请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http post request, can be used for testing HTTP server. Is a very applicable gadgets.
  3. 所属分类:Game Program

    • 发布日期:2017-04-25
    • 文件大小:9123
    • 提供者:preadac
  1. VCPP-HTTP-GetPost

    0下载:
  2. VC++ HTTP get post 通信程序-C++ HTTP get post communication program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:55650
    • 提供者:anglog
  1. VCPPtcp-DTAT

    0下载:
  2. C++ Socket Http Post数据,适合初学者。-C++ Socket Http Post data, suitable for beginners.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:100134
    • 提供者:Kobe
  1. HttpDownload

    0下载:
  2. C#通过http发送post请求下载文件,包含一个测试下载的地址。有兴趣可以试一下-C# sent HTTP post request to download file that contains a test download address.Interested can try.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:51838
    • 提供者:carlos
« 1 23 4 »
搜珍网 www.dssz.com