Skip to content

Ilushling/HttpApi

Repository files navigation

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