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

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

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

No methods are required by this role.

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


James Smith, <jsmith@cpan.org>

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.