tlrobinson / http-server-repl

Repository from Github https://github.comtlrobinson/http-server-replRepository from Github https://github.comtlrobinson/http-server-repl

http-server-repl

A simple command-line webserver for responding to HTTP requests by typing JavaScript into a REPL.

Request:

  • req: Express Request
  • method: HTTP request method
  • url: HTTP request URL
  • headers: HTTP request headers

Response:

  • res: Express Response
  • evaluate REPL to a number to send a HTTP status code and no body
  • evaluate REPL to an array, object, or null to send as JSON body
  • evaluate REPL to a string, Buffer, or Stream to send as raw body
  • header: set a HTTP response headers
  • status: set a HTTP response status code

About


Languages

Language:JavaScript 100.0%