NIM HTTP提供的传输工具接口(CPP接口)
More...
#include <functional>
#include <map>
#include <string>
#include "nim_define_include.h"
#include "nim_tools_http_def.h"
Go to the source code of this file.
|
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接口)
- Copyright
- (c) 2015-2016, NetEase Inc. All rights reserved
- Author
- towik, Oleg
- Date
- 2015/4/30