1.0.22 • Published 11 months ago

httprequest_npm v1.0.22

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

This is a wrapper for HTTP requests based on Axios.

Syntax:

import axios, { AxiosRequestConfig, AxiosResponse } from "axios";

httprequest_npm( method: string, host: string, path: string, args?: object, config?: AxiosRequestConfig )

Example:

const response = await httprequest_npm( "post", http://localhost:3000, "user/login", { email: "test@gmail.com", password: "12345", } );

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago