xrpld
Loading...
Searching...
No Matches
beast::rfc2616::detail Namespace Reference

Classes

struct  CiEqualPred

Functions

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

Function Documentation

◆ isLws()

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

Returns true if c is linear white space.

This excludes the CRLF sequence allowed for line continuations.

Definition at line 37 of file rfc2616.h.

◆ isWhite()

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

Returns true if c is any whitespace character.

Definition at line 44 of file rfc2616.h.

◆ trimRight() [1/2]

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

Definition at line 62 of file rfc2616.h.

◆ trimRight() [2/2]

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

Definition at line 77 of file rfc2616.h.