Group
Extension

Matches 1

Geo-OGC-Service ( A/AJ/AJOLMA/Geo-OGC-Service-0.14.tar.gz, AJOLMA, 2017; MetaCPAN )
Geo-OGC-Service/lib/Geo/OGC/Service.pm ( view source; MetaCPAN )
etc/service.conf

(make sure this file is not served by your httpd)

The configuration must be in JSON format. I.e., something like

  {
    Common: {
        "CORS": {
                "Allow-Origin" 
Carp;
use Modern::Perl;
use Encode qw(decode encode);
use Plack::Request;
use Plack::Builder;
use JSON;
use XML::LibXML;
use Clone 'clone';
use XML::LibXML::PrettyPrint;

use parent qw/Plack::Componen
ion for the services. The top
level keys are service names. If it is a file, it is expected to be
JSON. A configuration in a file may use top level Common hash and
references. A reference is a key,val

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.