httpapix

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

/httpapix/

    Package Sidebar

    Install

    npm i httpapix

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    9.59 kB

    Total Files

    9

    Last publish

    Collaborators

    • ilushling