James G Smith > RDF-Server > RDF::Server::Protocol

Download:
RDF-Server-0.08.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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.