Apache-SPARQL
view release on metacpan or search on metacpan
lib/Apache/SPARQL.pm view on Meta::CPAN
%Apache::SPARQL::Responses = (
'OK' => 200,
'GraphCreated' => 201,
'OperationRequestAccepted' => 202,
'PermanentlyMoved' => 301,
'TemporarilyMoved' => 307,
'MalformedRequest' => 400,
'MalformedQuery' => 400,
'Unauthorized' => 401,
'Forbidden' => 403,
'NotFound' => 404,
'NoDeletionPerformed' => 409,
'RequestRefused' => 409,
'OperationPointError' => 500,
'UnsupportedOperation' => 501,
'Unavailable' => 503
);
sub handler($$) {
my ($class, $ap) = @_;
( run in 0.594 second using v1.01-cache-2.11-cpan-39bf76dae61 )