Module: HTTP::Accept

Defined in:
lib/http/accept.rb,
lib/http/accept/sort.rb,
lib/http/accept/version.rb,
lib/http/accept/languages.rb,
lib/http/accept/media_types.rb,
lib/http/accept/parse_error.rb,
lib/http/accept/quoted_string.rb

Defined Under Namespace

Modules: Sort Classes: Languages, MediaTypes, ParseError, QuotedString

Constant Summary collapse

VERSION =
"1.0.0"
TOKEN =
/[!#$%&'*+\-.^_`|~0-9A-Z]+/i
QUOTED_STRING =
/"(?:.(?!(?<!\\)"))*.?"/