Apache::AuthDigest::API::Full - RFC 2617 complaint Digest API


Apache-AuthDigest documentation Contained in the Apache-AuthDigest distribution.

Index


Code Index:

NAME

Top

Apache::AuthDigest::API::Full - RFC 2617 complaint Digest API

DESCRIPTION

Top

This class is currently unimplementated

SEE ALSO

Top

perl(1), mod_perl(1), Apache(3), Apache::AuthDigest::API

AUTHORS

Top

Geoffrey Young <geoff@modperlcookbook.org>

Paul Lindner <paul@modperlcookbook.org>

Randy Kobes <randy@modperlcookbook.org>

COPYRIGHT

Top

HISTORY

Top

This code is derived from the Cookbook::DigestAPI module, available as part of "The mod_perl Developer's Cookbook".

For more information, visit http://www.modperlcookbook.org/


Apache-AuthDigest documentation Contained in the Apache-AuthDigest distribution.

package Apache::AuthDigest::API::Full;

use Apache::Log;

use Apache::AuthDigest::API;

use 5.006;

use strict;

our $VERSION = '0.01';
our @ISA = qw(Apache::AuthDigest::API);

__END__