| 
    rippled
    
   | 
 
Classes | |
| struct | ci_equal_pred | 
Functions | |
| bool | is_lws (char c) | 
Returns true if c is linear white space.   | |
| bool | is_white (char c) | 
Returns true if c is any whitespace character.   | |
| template<class FwdIter > | |
| FwdIter | trim_right (FwdIter first, FwdIter last) | 
| template<class String > | |
| String | trim_right (String const &s) | 
| bool beast::rfc2616::detail::is_lws | ( | char | c | ) | 
| bool beast::rfc2616::detail::is_white | ( | char | c | ) | 
| FwdIter beast::rfc2616::detail::trim_right | ( | FwdIter | first, | 
| FwdIter | last | ||
| ) |