Skip to content

karenetheridge/http-headers-actionpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP::Headers::ActionPack

HTTP Action, Adventure and Excitement

This module provides a set of objects which can serialize and deserialize complex HTTP header types. This is useful if you need to interrogate the values in these headers for specific purposes such as content negotiation, link following, etc.

The following headers are supported:

There is plans to support these headers as well:

  • Content-Disposition
  • User-Agent
    • should use a module for this since it is such a mess
  • Content-Range and Range
    • basic range parsing

And if we ever need them, we can support these headers as well:

  • Cache-Control
    • there are lots of things here, but eventually we might need it
  • Expect
    • not even really sure what this would need, but its a possibility

About

HTTP Action, Adventure and Excitement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Perl 100.0%