0.1.8 • Published 5 years ago

@lyo/racer-http v0.1.8

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@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

0.1.8

5 years ago