Boost.HTTP.Proto
Report an Issue

Boost.HTTP.Proto

    • Message
    • Design Requirements
      • Serializer
    • Reference
Boost.HTTP.Proto default
  • Boost.HTTP.Proto
    • default
  • Boost.HTTP.Proto
  • tchars

tchars

The set of token characters

Synopsis

Declared in header <boost/http_proto/rfc/token_rule.hpp>

constexpr
const urls::grammar::lut_chars tchars = "!#$%&'*+-.^_`|~"
    "0123456789"
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    "abcdefghijklmnopqrstuvwxyz";

Description

BNF

tchar       = "!" / "#" / "$" / "%" / "&" / "'" / "*"
            / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~"
            / DIGIT / ALPHA
            ; any VCHAR, except delimiters

VCHAR       =  0x21-0x7E

Specification

  • 3.2.3. Whitespace (rfc7230)

  • B.1. Core Rules (rfc5234)

This page was built using the Antora default UI.

The source code for this UI is licensed under the terms of the MPL-2.0 license.

https://github.com/cppalliance/site-docs