The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDF::Server::Protocol - defines how RDF::Server communicates with the world

SYNOPSIS

 package My::Protocol;

 use Moose::Role;
 with 'RDF::Server::Protocol';

DESCRIPTION

A protocol module translates between the world and the interface module, creating and using HTTP::Request and HTTP::Response objects as needed.

REQUIRED METHODS

No methods are required by this role.

PROVIDED METHODS

log_request

This method will log the protocol equivalen of the HTTP request, response code, and response content length.

SEE ALSO

RDF::Server::Protocol::HTTP

AUTHOR

James Smith, <jsmith@cpan.org>

LICENSE

Copyright (c) 2008 Texas A&M University.

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