ゴミ箱
Public Member Functions | Protected Member Functions | List of all members
boost::beast::http::detail::fields_model Struct Reference

#include <type_traits.hpp>

Public Member Functions

string_view method () const
 
string_view reason () const
 
string_view target () const
 

Protected Member Functions

string_view get_method_impl () const
 
string_view get_target_impl () const
 
string_view get_reason_impl () const
 
bool get_chunked_impl () const
 
bool get_keep_alive_impl (unsigned) const
 
void set_method_impl (string_view)
 
void set_target_impl (string_view)
 
void set_reason_impl (string_view)
 
void set_chunked_impl (bool)
 
void set_content_length_impl (boost::optional< std::uint64_t >)
 
void set_keep_alive_impl (unsigned, bool)
 

Member Function Documentation

bool boost::beast::http::detail::fields_model::get_chunked_impl ( ) const
protected
bool boost::beast::http::detail::fields_model::get_keep_alive_impl ( unsigned  ) const
protected
string_view boost::beast::http::detail::fields_model::get_method_impl ( ) const
protected
string_view boost::beast::http::detail::fields_model::get_reason_impl ( ) const
protected
string_view boost::beast::http::detail::fields_model::get_target_impl ( ) const
protected
string_view boost::beast::http::detail::fields_model::method ( ) const
string_view boost::beast::http::detail::fields_model::reason ( ) const
void boost::beast::http::detail::fields_model::set_chunked_impl ( bool  )
protected
void boost::beast::http::detail::fields_model::set_content_length_impl ( boost::optional< std::uint64_t >  )
protected
void boost::beast::http::detail::fields_model::set_keep_alive_impl ( unsigned  ,
bool   
)
protected
void boost::beast::http::detail::fields_model::set_method_impl ( string_view  )
protected
void boost::beast::http::detail::fields_model::set_reason_impl ( string_view  )
protected
void boost::beast::http::detail::fields_model::set_target_impl ( string_view  )
protected
string_view boost::beast::http::detail::fields_model::target ( ) const

The documentation for this struct was generated from the following file: