moonbridge

diff example_application.lua @ 4:583e2ad140dc

Renamed "http" module to "moonbridge_http"
author jbe
date Fri Jan 09 22:51:25 2015 +0100 (2015-01-09)
parents f6d3b3f70dab
children 7e6faff049c3
line diff
     1.1 --- a/example_application.lua	Thu Jan 08 20:55:56 2015 +0100
     1.2 +++ b/example_application.lua	Fri Jan 09 22:51:25 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  -- Moonbridge example application
     1.5  -- invoke with ./moonbridge example_application.lua
     1.6  
     1.7 -local http = require "http"
     1.8 +local http = require "moonbridge_http"
     1.9  
    1.10  local documents = {"example_webpage.html", "example_webpage.css"}
    1.11  

Impressum / About Us