文件名称: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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.