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.
SEE ALSO
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.