Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 343 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 343 Bytes

ultra-dumb-200-server

It is a server that starts up and responds with HTTP 200 on the port and (optionally) path you designate. It does nothing else. It will never do anything else.

Usage

export PORT=8080 # must be valid number and in port range
export URL_PATH=/hello # must start with /, defaults to / if unset
`./<binary>`