Simple HTTP 0.9 Responder

GET /, and GET index.html returns this text

Get doc-NNNNN.html returns html document of length NNNNN bytes(decimal)

Get doc-NNNNN also returns html document of length NNNNN bytes(decimal)

Get doc-NNNNN.txt returns txt document of length NNNNN bytes(decimal)

Any other command will result in an error, and an empty response.

Enjoy!