CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程

文件名称:avhttp-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-03-23
  • 文件大小:
    2.81mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

AV-HTTP代码,用于在EXE应用程序间建立类似WEB服务器所具有的接受HTTP信息请求的功能。-AV-HTTP code used to create similar WEB server has a function that accepts HTTP requests for information between the EXE application.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

vcprojects/async_http_stream-vc2005.sln
vcprojects/async_http_stream-vc2005.vcproj
vcprojects/async_http_stream-vc2012.sln
vcprojects/async_http_stream-vc2012.v12.suo
vcprojects/async_http_stream-vc2012.vcxproj
vcprojects/async_http_stream-vc2012.vcxproj.filters
vcprojects/async_proxy_test-vc2005.sln
vcprojects/async_proxy_test-vc2005.vcproj
vcprojects/async_proxy_test-vc2008.sln
vcprojects/async_proxy_test-vc2008.vcproj
vcprojects/async_proxy_test-vc2012.sln
vcprojects/async_proxy_test-vc2012.vcxproj
vcprojects/async_proxy_test-vc2012.vcxproj.filters
vcprojects/cookie_test-vc2013.sln
vcprojects/cookie_test-vc2013.vcxproj
vcprojects/cookie_test-vc2013.vcxproj.filters
vcprojects/Debug/async_ht.B082E8C6.tlog/async_http_stream-vc2012.lastbuildstate
vcprojects/Debug/async_ht.B082E8C6.tlog/cl.command.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/CL.read.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/CL.write.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/link-cvtres.read.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/link-cvtres.write.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/link-rc.read.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/link-rc.write.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/link.command.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/link.read.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/link.write.1.tlog
vcprojects/Debug/async_ht.B082E8C6.tlog/unsuccessfulbuild
vcprojects/Debug/async_http_stream-vc2012.Build.CppClean.log
vcprojects/Debug/async_http_stream-vc2012.log
vcprojects/Debug/async_http_stream-vc2012.pdb
vcprojects/Debug/async_http_stream.obj
vcprojects/Debug/vc120.idb
vcprojects/Debug/vc120.pdb
vcprojects/mini_http_server-vc2012.sln
vcprojects/mini_http_server-vc2012.vcxproj
vcprojects/mini_http_server-vc2012.vcxproj.filters
vcprojects/multi_avhttp_test-vc2012.sln
vcprojects/multi_avhttp_test-vc2012.vcxproj
vcprojects/multi_download-vc2005.sln
vcprojects/multi_download-vc2005.vcproj
vcprojects/multi_download-vc2012.sln
vcprojects/multi_download-vc2012.vcxproj
vcprojects/multi_download-vc2012.vcxproj.filters
vcprojects/percent_encoding_test-vc2012.sln
vcprojects/percent_encoding_test-vc2012.vcxproj
vcprojects/percent_encoding_test-vc2012.vcxproj.filters
vcprojects/sync_http_stream-2005.sln
vcprojects/sync_http_stream-2005.vcproj
vcprojects/sync_http_stream-vc2012.sln
vcprojects/sync_http_stream-vc2012.vcxproj
vcprojects/sync_http_stream-vc2012.vcxproj.filters
vcprojects/sync_proxy_test-vc2005.sln
vcprojects/sync_proxy_test-vc2005.vcproj
vcprojects/sync_proxy_test-vc2008.sln
vcprojects/sync_proxy_test-vc2008.vcproj
vcprojects/sync_proxy_test-vc2012.sln
vcprojects/sync_proxy_test-vc2012.vcxproj
vcprojects/sync_proxy_test-vc2012.vcxproj.filters
.gitattributes
.gitconfig
.gitignore
.travis.yml
AUTHORS
CMakeLists.txt
Jamfile
LICENSE
project-root.jam
README.md
example/async_http_stream.cpp
example/form.cpp
example/imagebin.cpp
example/ip138.cpp
example/multi_download.cpp
example/sync_http_stream.cpp
example/sync_imagebin.cpp
include/avhttp/async_read_body.hpp
include/avhttp/bencode.hpp
include/avhttp/bitfield.hpp
include/avhttp/completion_condition.hpp
include/avhttp/cookie.hpp
include/avhttp/default_storage.hpp
include/avhttp/detail/abi_prefix.hpp
include/avhttp/detail/abi_suffix.hpp
include/avhttp/detail/error_codec.hpp
include/avhttp/detail/escape_string.hpp
include/avhttp/detail/handler_type_requirements.hpp
include/avhttp/detail/io.hpp
include/avhttp/detail/parsers.hpp
include/avhttp/detail/socket_type.hpp
include/avhttp/detail/ssl_stream.hpp
include/avhttp/detail/utf8.hpp
include/avhttp/entry.hpp
include/avhttp/file.hpp
include/avhttp/file_upload.hpp
include/avhttp/http_stream.hpp
include/avhttp/impl/file.ipp
include/avhttp/impl/file_upload.ipp
include/avhttp/impl/http_stream.ipp
include/avhttp/impl/multi_download.ipp
include/avhttp/impl/src.hpp
include/avhttp/logging.hpp
include/avhttp/multi_download.hpp
include/avhttp/post_form.hpp
include/avhttp/rangefield.hpp
include/avhttp/read_body.hpp
include/avhttp/settings.hpp
include/avhttp/storage_interface.hpp
include/avhttp/url.hpp
include/avhttp/version.hpp
include/avhttp.hpp
test/async_proxy_test.cpp
test/avhttp_include.cpp
test/cookie_test.cpp
test/multi_avhttp_test.cpp
test/multi_download_test.cpp
test/percent_encoding_test.cpp
test/sync_proxy_test.cpp
vcprojects/Debug/async_ht.B082E8C6.tlog
include/avhttp/detail
include/avhttp/impl
vcprojects/Debug
include/avhttp
vcprojects
example
include
test

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com