// sparqlpuppy - an LDP/SOLID Server
// Copyright (C) 2020 Azure <azure@fox.blue>
//
// This program is free software: you can redistribute it and/or
// modify it under the terms of the GNU Affero General Public License
// as published by the Free Software Foundation, either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public
// License along with this program. If not, see
// <https://www.gnu.org/licenses/>.
use crate Config;
use ;
use throws;
use ;
use OnceCell;
use RocksDbStore;
static SETTINGS: = new;
static STORE: = new;
async
async
pub static BASIC_CONTAINER: &str = "<http://www.w3.org/ns/ldp#BasicContainer>; rel=\"type\"";
// static RESOURCE: &str =
// "<http://www.w3.org/ns/ldp#Resource>; rel=\"type\"";
// static TURTLE_TYPE: &str = "text/turtle; charset=UTF-8";
// static ALLOWABLES: &str = "OPTIONS,HEAD,GET,POST,PUT,PATCH";
// static PATCHABLES: &str = "text/ldpatch";
// static POSTABLES: &str = "text/turtle, application/ld+json, image/bmp, image/jpeg";
async