Flowdock

Mixin for holding meta-information.

Constants

RE_LWS = /[\r\n\t ]+/n

RE_TOKEN = %r{[^\x00- ()<>@,;:\\"/\[\]?={}\x7f]+}n

RE_QUOTED_STRING = %r{"(?:[\r\n\t !#-\[\]-~\x80-\xff]|\\[\x00-\x7f])*"}n

RE_PARAMETERS = %r{(?:;#{RE_LWS}?#{RE_TOKEN}#{RE_LWS}?=#{RE_LWS}?(?:#{RE_TOKEN}|#{RE_QUOTED_STRING})#{RE_LWS}?)*}n

Attributes

[RW] status

returns an Array which consists status code and message.

[RW] base_uri

returns a URI which is base of relative URIs in the data. It may differ from the URI supplied by a user because redirection.

[R] meta

returns a Hash which represents header fields. The <a href="/ruby/Hash">Hash</a> keys are downcased for canonicalization.

Show files where this module is defined (1 file)
Register or log in to add new notes.