Ruby OpenURI::Meta Functions
EditRocket provides the following information on OpenURI::Meta functions in the Ruby source code builder.
charset() - returns a charset parameter in Content-Type field. It is downcased for canonicalization.
content_encoding() - returns a list of encodings in Content-Encoding field as an Array of String. The encodings are downcased for canonicalization.
content_type() - returns "type/subtype" which is MIME Content-Type. It is downcased for canonicalization. Content-Type parameters are stripped.
last_modified() - returns a Time which represents Last-Modified field.