Serving HTML Pages Via Web Requests

If an HTTP request to a breve network server ends with ".html", breve will try to provide the web browser with an HTML file from the local disk. This feature is not typically used to serve informational web files as a normal web server might—instead, it should be used to serve files containing "links" that will execute controller commands in the simulation, as described above ([link]).

Additionally, you can set an "index" page that will be served to the web browser when it sends a request to your server without an actual page or method request, for example, http://myserver:33333. This index page can be set using the method set-index-page.