3 releases

0.1.2 Dec 30, 2022
0.1.1 Jun 26, 2021
0.1.0 Jun 26, 2021

#5 in #responder

Download history 19/week @ 2024-02-26 54/week @ 2024-04-01

54 downloads per month

MIT license

5KB
65 lines

minimal-http-responder

This minimal-http-responder is intended to create the minimal container that can return a particular HTTP status code. It returns 200 OK by default, and can be configured by environment variable.

Usage:

minimal-http-responder

This program listens on all interfaces on port 2020.

Environment variables:

  • STATUS_CODE: the status code that the minimal-http-responder should return (e.g. 200, 403, etc)
  • TEXT: the body text that the minimal-http-responder should return. If not specified, a default value is chosen based on the status code.

Dependencies

~2–9.5MB
~84K SLoC