ゴミ箱
Classes | Namespaces | Typedefs | Functions
chunk_encode.hpp File Reference
#include <boost/beast/core/type_traits.hpp>
#include <boost/beast/http/type_traits.hpp>
#include <boost/asio/buffer.hpp>
#include <algorithm>
#include <array>
#include <cstddef>

Go to the source code of this file.

Classes

struct  boost::beast::http::detail::chunk_extensions
 
struct  boost::beast::http::detail::chunk_extensions_impl< ChunkExtensions >
 
struct  boost::beast::http::detail::is_chunk_extensions< T, class >
 
class  boost::beast::http::detail::chunk_size
 
class  boost::beast::http::detail::chunk_size::value_type
 
struct  boost::beast::http::detail::chunk_crlf_iter_type< class >
 
class  boost::beast::http::detail::chunk_crlf_iter_type< class >::value_type
 
struct  boost::beast::http::detail::chunk_size0_iter_type< class >
 
class  boost::beast::http::detail::chunk_size0_iter_type< class >::value_type
 
struct  boost::beast::http::detail::chunk_size0
 
struct  boost::beast::http::detail::buffers_or_fields< T, bool >
 
struct  boost::beast::http::detail::buffers_or_fields< T, false >
 

Namespaces

 boost
 
 boost::beast
 
 boost::beast::http
 
 boost::beast::http::detail
 

Typedefs

using boost::beast::http::detail::chunk_crlf_iter = chunk_crlf_iter_type< void >
 
using boost::beast::http::detail::chunk_size0_iter = chunk_size0_iter_type< void >
 

Functions

boost::asio::const_buffers_1 boost::beast::http::detail::chunk_crlf ()
 Returns a buffer sequence holding a CRLF for chunk encoding. More...
 
boost::asio::const_buffers_1 boost::beast::http::detail::chunk_last ()
 Returns a buffer sequence holding a final chunk header. More...