NAME

SWISH::API::Remote::Header - An index header names/value, from a swished server

SYNOPSIS

my $name = $result->Name;
my $value = $result->Value;

DESCRIPTION

Stores a header names/values from a swished server. Intended to be used with SWISH::API::Remote.

METHODS

Name

Returns the Name

Value

Returns the Value

SEE ALSO

SWISH::API::Remote::Results, SWISH::API::Remote, swish-e

AUTHOR

Josh Rabinowitz, <joshr>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Josh Rabinowitz

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.