ゴミ箱
Namespaces | Typedefs | Functions
hybi13.hpp File Reference
#include <boost/beast/core/static_string.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/detail/base64.hpp>
#include <boost/beast/core/detail/sha1.hpp>
#include <boost/assert.hpp>
#include <array>
#include <cstdint>
#include <string>
#include <type_traits>

Go to the source code of this file.

Namespaces

 boost
 
 boost::beast
 
 boost::beast::websocket
 
 boost::beast::websocket::detail
 

Typedefs

using boost::beast::websocket::detail::sec_ws_key_type = static_string< beast::detail::base64::encoded_size(16)>
 
using boost::beast::websocket::detail::sec_ws_accept_type = static_string< beast::detail::base64::encoded_size(20)>
 

Functions

template<class Gen >
void boost::beast::websocket::detail::make_sec_ws_key (sec_ws_key_type &key, Gen &g)
 
template<class = void>
void boost::beast::websocket::detail::make_sec_ws_accept (sec_ws_accept_type &accept, string_view key)