httpapix

0.1.0 • Public • Published

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();

Readme

Keywords

Package Sidebar

Install

npm i httpapix

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

10.8 kB

Total Files

10

Last publish

Collaborators

  • ilushling