SkillAgentSearch skills...

Tinyhttp

No description available

Install / Use

/learn @Hackzzila/Tinyhttp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

tinyhttp

A small http module with almost no dependencies 🎉

For multipart/form-data support, the form-data package is required.

Docs
Browser builds are available here

Example

const http = require('.');

http.get('https://httpbin.org/get')
  .then((res) => {
    console.log(res.body);
  })
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated9y ago
Forks1

Languages

JavaScript

Security Score

50/100

Audited on Mar 6, 2017

No findings