UNPKG

jec-sandcat

Version:

JEC Sandcat - The default RESTful web services framework for GlassCat applications.

13 lines (12 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class RequestProperties { constructor() { this.httpMethod = null; this.acccept = null; this.contentType = null; this.subRoute = null; } } exports.RequestProperties = RequestProperties; ;