Changeset 817

Show
Ignore:
Timestamp:
02/14/09 08:13:40 (10 months ago)
Author:
mart
Message:

Add a really basic plugin to issue redirects to canonicalize hostnames.

Location:
trunk/lib/Perlbal
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Perlbal/HTTPHeaders.pm

    r785 r817  
    3232    204 => 'No Content', 
    3333    206 => 'Partial Content', 
     34    301 => 'Permanent Redirect', 
     35    302 => 'Found', 
    3436    304 => 'Not Modified', 
    3537    400 => 'Bad request',