@va11y/hyper

0.0.3 • Public • Published

Hyper

The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, and hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web

Feedback:

const hyper = require('hyper')
hyper.get(url).then(({
    base64, //() => Base64 encoded text
    buffer, //(from_type='uft8') => Buffer
    json, //() => JSON object
    text //()=> text
})=>{

    const data = json()

})

Readme

Keywords

none

Package Sidebar

Install

npm i @va11y/hyper

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

7.74 kB

Total Files

10

Last publish

Collaborators

  • colohr