增加websocket支持
This commit is contained in:
@@ -31,13 +31,13 @@ namespace fastweb
|
||||
/// <param name="response"></param>
|
||||
/// <param name="pattern"></param>
|
||||
/// <param name="filepath"></param>
|
||||
bool callback(network::http::request* request, network::http::response* response, const std::string& pattern, const std::string& filepath);
|
||||
bool callback(network::http::request* request, network::http::response* response,network::http::websocket_message* ws_message, const std::string& pattern, const std::string& filepath);
|
||||
/// <summary>
|
||||
/// 其它
|
||||
/// </summary>
|
||||
/// <param name="request"></param>
|
||||
/// <param name="response"></param>
|
||||
void other(network::http::request* request, network::http::response* response);
|
||||
void other(network::http::request* request, network::http::response* response,network::http::websocket_message* ws_message);
|
||||
private:
|
||||
/// <summary>
|
||||
/// 未找到页面
|
||||
|
||||
Reference in New Issue
Block a user