Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bencooper222 committed Sep 14, 2023
1 parent f7e5935 commit 62b1a9e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# ultra-dumb-200-server
It is a server that starts up and responds with HTTP 200 on the port you designate. It does nothing else. It will never do anything else.
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
```bash
export PORT=8080 # must be valid number and in port range
export URL_PATH=/hello # must start with /, defaults to / if unset
`./<binary>`
```

0 comments on commit 62b1a9e

Please sign in to comment.