dummy_web_server

This module implements HTTP server functionalities through the use of vibe.d.

Originally conceived as a replacement of the SimpleHTTPServer library for python for both use as standalone or library.

The entire code is encapsulated in a class that can be inherited.

Members

Classes

Serve
class Serve

The Serve class contains the whole logic of the program. It is to be used when linking to this program.

Meta

Authors

Francesco Mecca

License

Public Domain