rippled
Classes | Functions
beast::rfc2616::detail Namespace Reference

Classes

struct  ci_equal_pred
 

Functions

bool is_lws (char c)
 Returns true if c is linear white space. More...
 
bool is_white (char c)
 Returns true if c is any whitespace character. More...
 
template<class FwdIter >
FwdIter trim_right (FwdIter first, FwdIter last)
 
template<class String >
String trim_right (String const &s)
 

Function Documentation

◆ is_lws()

bool beast::rfc2616::detail::is_lws ( char  c)

Returns true if c is linear white space.

This excludes the CRLF sequence allowed for line continuations.

Definition at line 58 of file rfc2616.h.

◆ is_white()

bool beast::rfc2616::detail::is_white ( char  c)

Returns true if c is any whitespace character.

Definition at line 65 of file rfc2616.h.

◆ trim_right() [1/2]

template<class FwdIter >
FwdIter beast::rfc2616::detail::trim_right ( FwdIter  first,
FwdIter  last 
)

Definition at line 82 of file rfc2616.h.

◆ trim_right() [2/2]

template<class String >
String beast::rfc2616::detail::trim_right ( String const &  s)

Definition at line 97 of file rfc2616.h.