UNPKG

jai-server

Version:

Fast , simple and powerful web framework for creating REST APIs for your next project. RESTFul API server

6 lines (5 loc) 251 B
/// <reference types="node" /> import { IncomingMessage } from 'http'; import { JaiServerConfig } from '../../types/types'; declare function AddRequestPrototype(req: IncomingMessage, config: JaiServerConfig): void; export default AddRequestPrototype;