0.1.1 • Published 11 months ago
httpapix v0.1.1
Http api
Http api.
1) Usage: 1) Import types; 2) Create.
Usage
Import types
/**
* @typedef {import('httpapix').IHttpApi} IHttpApi
* @typedef {import('httpapix').IDecoratorHttpApi} IDecoratorHttpApi
*/
Create
import {
HttpApi
} from 'httpapix';
const httpApi = new HttpApi();