fakeresponder / fakeresponder

A simple HTTP server that could respond with with a given status code and/or sleep for a given amount of time.

Home Page:https://fakeresponder.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fakeresponder

A simple HTTP server that could respond with with a given status code and/or sleep for a given amount of time.

Usage

The examples above are for GET requests. You can also use HEAD, POST, PUT, DELETE, PATCH.

Contributing

  • bun dev to start the dev server.
  • bun start to start the server without the --hot reload flag.
  • bun test to run the tests.

Deployment to Render

  1. Create a new web service
  2. Select Docker as your service's runtime

About

A simple HTTP server that could respond with with a given status code and/or sleep for a given amount of time.

https://fakeresponder.onrender.com


Languages

Language:TypeScript 97.6%Language:Dockerfile 2.4%