@lyo/racer-http
v0.1.8
Published
Browser-compatible version of racer-http
Downloads
5
Readme
@lyo/racer-http
A browser-compatible version of racer-http built automatically with Lyo.
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