@robinlemon/https-keepalive-proxy-tunnel

A library to keep-alive and write requests directly onto a Net/TLS socket for HTTP and HTTPS requests.

Usage no npm install needed!

<script type="module">
  import robinlemonHttpsKeepaliveProxyTunnel from 'https://cdn.skypack.dev/@robinlemon/https-keepalive-proxy-tunnel';
</script>

README

https-keepalive-proxy-tunnel

A library to keep-alive and write requests directly onto a Net/TLS socket for HTTP and HTTPS requests.

NPM Package Build Status Coverage Status TypeCov Codechecks

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 6.0 or higher is required.

Installation is done using the npm install command:

# NPM Users
$ npm install --save @robinlemon/https-keepalive-proxy-tunnel

# Yarn Users
$ yarn add @robinlemon/https-keepalive-proxy-tunnel

Usage

Quickstart

Tests

To run the test suite, first install the dependencies, then run npm test:

# NPM Users
$ npm install
$ npm test

# Yarn Users
$ yarn
$ yarn test

License

MIT