# frozen_string_literal: true # Released under the MIT License. # Copyright, 2016-2024, by Samuel Williams. module HTTP module Accept # According to https://tools.ietf.org/html/rfc7231#appendix-C TOKEN = /[!#$%&'*+\-.^_`|~0-9A-Z]+/i QUOTED_STRING = /"(?:.(?!(?