IDS-HTTP
view release on metacpan or search on metacpan
lib/IDS/DataSource/HTTP.pm view on Meta::CPAN
# 14.7 Allow is server->client
'authorization' => 'IDS::DataSource::HTTP::Authorization', # 14.8
'cache-control' => 'IDS::DataSource::HTTP::CacheControl', # 14.9
# 14.10 Connection; simple and already handled by key+value
# 14.11 Content-Encoding; simple and already handled by key+value
# 14.12 Content-Language; simple and already handled by key+value
'content-length' => 'IDS::DataSource::HTTP::Int', # 14.13
# 14.14 Content-Location likely to be server->client
'content-md5' => 'IDS::DataSource::HTTP::MD5', # 14.15
# 14.16 Content-Range is server->client
'content-type' => 'IDS::DataSource::HTTP::Accept', # 14.17
'date' => 'IDS::DataSource::HTTP::Date', # 14.18
'etag' => 'IDS::DataSource::HTTP::ETag', # 14.19
'expect' => 'IDS::DataSource::HTTP::Expectation', # 14.20
'expires' => 'IDS::DataSource::HTTP::Date', # 14.21
'from' => 'IDS::DataSource::HTTP::EmailAddr', # 14.22
# for host, we accept more than the standard, since
# authority may include user info
'host' => 'IDS::DataSource::HTTP::URIAuthority', # 14.23
'if-match' => 'IDS::DataSource::HTTP::ETag', # 14.24
'since' => 'IDS::DataSource::HTTP::Date', # 14.25
lib/IDS/DataSource/HTTP/Request.pm view on Meta::CPAN
# 14.7 Allow is server->client
'authorization' => 'IDS::DataSource::HTTP::Authorization', # 14.8
'cache-control' => 'IDS::DataSource::HTTP::CacheControl', # 14.9
# 14.10 Connection; simple and already handled by key+value
# 14.11 Content-Encoding; simple and already handled by key+value
# 14.12 Content-Language; simple and already handled by key+value
'content-length' => 'IDS::DataSource::HTTP::Int', # 14.13
# 14.14 Content-Location likely to be server->client
'content-md5' => 'IDS::DataSource::HTTP::MD5', # 14.15
# 14.16 Content-Range is server->client
'content-type' => 'IDS::DataSource::HTTP::Accept', # 14.17
'date' => 'IDS::DataSource::HTTP::Date', # 14.18
'etag' => 'IDS::DataSource::HTTP::ETag', # 14.19
'expect' => 'IDS::DataSource::HTTP::Expectation', # 14.20
'expires' => 'IDS::DataSource::HTTP::Date', # 14.21
'from' => 'IDS::DataSource::HTTP::EmailAddr', # 14.22
# for host, we accept more than the standard, since
# authority may include user info
'host' => 'IDS::DataSource::HTTP::URIAuthority', # 14.23
'if-match' => 'IDS::DataSource::HTTP::ETag', # 14.24
'since' => 'IDS::DataSource::HTTP::Date', # 14.25
( run in 1.381 second using v1.01-cache-2.11-cpan-524268b4103 )