basiliq 0.1.2

REST API server exposing a Postgres database using JSON:API
1
2
3
4
5
6
7
use super::*;
use serde_json::json;
mod bad_requests;
mod ciboulette_errors;
mod ciboulette_postgres_errors;

use hyper::header::{self, HeaderValue};