@nebula-services/bare-client
v1.1.2-beta.3-patch.1
Published
This package implements the [TompHTTP Bare Server](https://github.com/tomphttp/specifications/blob/master/BareServer.md) as a client.
Downloads
434
Readme
Bare Client
This package implements the TompHTTP Bare Server as a client.
See the changelog.
Quickstart
Script tag:
<script src="https://unpkg.com/@tomphttp/[email protected]/dist/BareClient.cjs"></script>
ESM/bundler:
$ npm i @tomphttp/bare-client
See examples/.