NIM HTTP提供的传输工具接口(CPP接口)
更多...
#include <functional>
#include <map>
#include <string>
#include "nim_define_include.h"
#include "nim_tools_http_def.h"
浏览源代码.
|
typedef std::function< void(bool, int)> | nim_http::CompletedCallback |
|
typedef std::function< void(bool, int, const std::string &) | nim_http::ResponseCallback) |
|
typedef std::function< void(bool, int, const std::string &, const std::string &) | nim_http::ResponseCallbackEx) |
|
typedef std::function< void(double, double, double, double)> | nim_http::ProgressCallback |
|
typedef std::function< void(double, double)> | nim_http::SpeedCallback |
|
typedef std::function< void(double, double, double, double)> | nim_http::TransferCallback |
|
NIM HTTP提供的传输工具接口(CPP接口)
- 版权所有
- (c) 2015-2016, NetEase Inc. All rights reserved
- 作者
- towik, Oleg
- 日期
- 2015/4/30