module
OpenURI::Meta
v1_8_7_330 -
Show latest stable
Mixin for holding meta-information.
Constants
RE_LWS = /[\\r\\n\\t ]+/n
RE_PARAMETERS = %r{(?:;#{RE_LWS}?#{RE_TOKEN}#{RE_LWS}?=#{RE_LWS}?(?:#{RE_TOKEN}|#{RE_QUOTED_STRING})#{RE_LWS}?)*}n
RE_QUOTED_STRING = %r{"(?:[\\r\\n\\t !#-\\[\\]-~\\x80-\\xff]|\\\\[\\x00-\\x7f])*"}n
RE_TOKEN = %r{[^\\x00- ()<>@,;:\\\\"/\\[\\]?={}\\x7f]+}n
Attributes
| [RW] | base_uri |
| [R] | meta |
| [RW] | status |
Files
- lib/open-uri.rb