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

搜索资源列表

  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. a

    0下载:
  2. 安卓HTTP的GET服务例子,其中集成了SAX对XML的解析类。-Andrews example of HTTP GET service, which integrates the XML SAX parsing classes.
  3. 所属分类:android

    • 发布日期:2017-11-15
    • 文件大小:620453
    • 提供者:尚钊
  1. VB-Winsock-HTTP-POST-GET

    1下载:
  2. vb.net Get Post vb.net Get Post提交网页-vb.net Get Post submit pages
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:7277
    • 提供者:zhangsan
  1. perl_capture_package

    0下载:
  2. Perl使用网络抓包数据分析 1、系统提取数据中所有http的get和post数据包 2、需要对数据包内容已文本形式到处,用于后续分析 -Perl uses a network capture data analysis, the system extracts data for all http get and post data packet 2, the need for packet contents have been everywhere in text form
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:625
    • 提供者:jie
  1. AliGetdll

    0下载:
  2. CInternetSession CHttpFile* vc2008 mfc http get post网页 -CInternetSession CHttpFile* vc2008 mfc http get post
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-11
    • 文件大小:18808110
    • 提供者:局长
  1. Http

    0下载:
  2. 用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理-Http used to achieve access, Post or Get method, direct access with Cookie s, with a certificate, etc., you can set the proxy
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4793
    • 提供者:士大夫
  1. www.NewXing.com

    0下载:
  2. vc http的get和post源代码,vc6.0下可以直接编译运行-vc http get and post the source code, vc6.0 can be directly compiled to run
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:82193
    • 提供者:方伟
  1. WebServiceDEMO

    0下载:
  2. 关于一个编写的webservice的实例,其中包含三种传输方式http get ,http post ,soap三种请求的方式都包含在内,-Written on a webservice example, which contains three types of transmission http get, http post, soap three kinds requested method are included,
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4513729
    • 提供者:陈红
  1. http_get_in_c

    0下载:
  2. 使用纯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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:7142
    • 提供者:电暖器
  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. mini-server-http

    0下载:
  2. MiniWeb is an embeddable, cross-platform, small-footprint HTTP server implementation, implementing basic GET and POST requests as well as request handling dynamic content generating. It works on x86 (Windows/Linux), ARM, MIPS and any posix platforms,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:218923
    • 提供者:Oziel
  1. CSharphttp-post-get

    0下载:
  2. http post get实例 实际代码显示post get-the source for c# http class
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:29517
    • 提供者:CCoding
  1. HTTPGetPost

    0下载:
  2. 一个连接HTTP服务器的CLient是用MFC做多文档视图做的界面,其中详细的接受啊了使用HTTP Get和HTTP Post两种方式向服务器的发送请求的过程,并且把发送请求的http协议头和收到的协议头和内容都输出到了界面中,很容理解http协议。VC6.0测试通过,使用的时候,只需修改代码中http服务器的地址即可。-HTTP server CLient a connection is made ​ ​ with a multi-document view MFC int
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:35065
    • 提供者:chenguoyin
  1. HTTPrequest

    0下载:
  2. HTTP GET/POST 协议分析工具+源代码. 方便开发过程中对协议的分析和测试-HTTP GET/POST protocol source code analysis tool+. Facilitate the development process of the analysis and testing protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:47954
    • 提供者:田浩
  1. uri_codec

    0下载:
  2. Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他应用程序中,也常常需要把二进制数据编码为适合放在URL(包括隐藏表单域)中的形式。此
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:
  1. sendmeg

    0下载:
  2. 这是一个用C#发送http/get请求的demo-this is a program which can send http/get request with c#
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:43137
    • 提供者:zx
  1. http

    0下载:
  2. http请求的四个方法,包括post、get、put、delete-four methods http request, including post, get, put, delete
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3846
    • 提供者:蓝兰
  1. android-async-http-master

    0下载:
  2. 网络异步获取上传的工具类,异步获取网络数据,还有上传文件,下载文件的功能。-AsyncHttpClient net get post,file upload and download,it s very good
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:543848
    • 提供者:口水
  1. web_server

    0下载:
  2. 服务器监听80端口,提供WEB服务,能够响应浏览器发送的的HTTP GET请求,向浏览器返回静态HTML页面: 1、如果请求的URL是一个文件,并且该文件存在,返回请求的页面或文件。 2、如果这个文件不存在,返回404错误。 3、如果请求的是一个目录,返回目录的结构给客户端。 服务器通过fork子进程处理新的请求,实现并发处理。服务器能够记录访问日志,包括时间、客户端的IP地址和请求的URL。 -Server listens on port 80 to provide WEB
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2953
    • 提供者:张三
  1. HTTPrequest

    1下载:
  2. VC++ HTTP Get/Post请求。可以作为学习使用POST提交表单的学习资料参考!-VC++ HTTP Get/Post request. You can learn to use POST to submit the form as learning materials reference!
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-25
    • 文件大小:65803
    • 提供者:张道军
« 1 2 3 4 5 67 8 9 10 11 ... 23 »
搜珍网 www.dssz.com