#ifndef _HTTP_HANDSHAKE_H_ #define _HTTP_HANDSHAKE_H_ #include #include #include #include #include #include "../http/http_connector.h" namespace ws { namespace http_handshake { std::string get_sid(); } } #endif