@lyo/racer-http

0.1.8 • Public • Published

@lyo/racer-http

A browser-compatible version of racer-http built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/racer-http"></script>

<script>
  racerHttp.Request(foo);
  racerHttp.Response(foo);
  racerHttp.Server(foo);
</script>

In Node.js

# Install
npm i @lyo/racer-http
const racerHttp = require('@lyo/racer-http')

racerHttp.Request(foo);
racerHttp.Response(foo);
racerHttp.Server(foo);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

Readme

Keywords

none

Package Sidebar

Install

npm i @lyo/racer-http

Weekly Downloads

2

Version

0.1.8

License

MIT

Unpacked Size

593 kB

Total Files

3

Last publish

Collaborators

  • lyo