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


RDF-Server documentation  | view source Contained in the RDF-Server distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 package My::Protocol;

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

DESCRIPTION

Top

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

REQUIRED METHODS

Top

No methods are required by this role.

PROVIDED METHODS

Top

log_request

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

SEE ALSO

Top

RDF::Server::Protocol::HTTP

AUTHOR

Top

James Smith, <jsmith@cpan.org>

LICENSE

Top

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.


RDF-Server documentation  | view source Contained in the RDF-Server distribution.