Module: HttpObjects::Headers::Entity

Extended by:
Tools
Defined in:
lib/http_objects/headers/entity.rb

Constant Summary collapse

Allow =

14.7 Allow

Allow: GET, HEAD, PUT
Header("Allow", HttpObjects::Parameters::BasicRules::UpAlpha)
ContentEncoding =

14.11 Content-Encoding Pending: implement spec

Header("Content-Encoding", HttpObjects::Parameters::BasicRules::LoAlpha)
ContentLanguage =

14.12 Content-Language

Content-Language: mi, en
Header("Content-Language", HttpObjects::Parameters::LanguageTags)
ContentLength =

14.13 Content-Length

Content-Length: 3495
Header("Content-Length", HttpObjects::Parameters::BasicRules::Digit)
ContentLocation =

14.14 Content-Location

Header("Content-Location", HttpObjects::Parameters::Uri)
ContentMD5 =

14.15 Content-MD5

Header("Content-MD5", HttpObjects::Parameters::BasicRules::Token)
ContentRange =

14.16 Content-Range Pending: implement spec

Header("Content-Range", HttpObjects::Parameters::BasicRules::Token)
Expires =

14.21 Expires

Expires: Thu, 01 Dec 1994 16:00:00 GMT
Header("Expires", HttpObjects::Parameters::DateTime)
ContentType =

14.23 Content-Type

Content-Type: text/html; charset=ISO-8859-4
Header("Content-Type", HttpObjects::Parameters::MediaType)
LastModified =

Last-Modified

Last-Modified: Tue, 15 Nov 1994 12:45:26 GMT
Header("Last-Modified", HttpObjects::Parameters::DateTime)

Method Summary

Methods included from Tools

Header, headers