Skip to content

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

License

Notifications You must be signed in to change notification settings

bencooper222/ultra-dumb-200-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>`

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages