You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a worthy goal is to have a very simple Plack script in RDF::LinkedData that can use a common config for RDF::LinkedData and RDF::Endpoint. To this end, it would be nice to have a module Plack::App::RDF::Endpoint which contains the Plack-specific logic, so that it can be enabled in an enable block in the PSGI.
Also, content-length should be supported by the Plack::Middleware::ContentLength, so that shouldn't be needed in the endpoint code. If-none-match is supported by Plack::Middleware::ConditionalGET.
The text was updated successfully, but these errors were encountered:
I think a worthy goal is to have a very simple Plack script in RDF::LinkedData that can use a common config for RDF::LinkedData and RDF::Endpoint. To this end, it would be nice to have a module Plack::App::RDF::Endpoint which contains the Plack-specific logic, so that it can be enabled in an enable block in the PSGI.
Also, content-length should be supported by the Plack::Middleware::ContentLength, so that shouldn't be needed in the endpoint code. If-none-match is supported by Plack::Middleware::ConditionalGET.
The text was updated successfully, but these errors were encountered: