felixb / yocto-httpd

yhttp serves 200 responses to any GET request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yocto-httpd

Build Status

yhttp serves 200 responses to any GET request.

Building

Build the binary from source:

go build yhttpd.go

Installing

Copy the binary to a directory in $PATH:

sudo cp yhttpd /usr/local/bin

Running

Run yhttpd (inside your docker container) on any port like this:

yhttpd --port 8081

About

yhttp serves 200 responses to any GET request.

License:Apache License 2.0


Languages

Language:Go 94.8%Language:Makefile 5.2%