SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Implement static file serving for plugin. #177

Closed hatashiro closed 9 years ago

hatashiro commented 9 years ago

Now Response accepts a File object to serve the file as a static file. File system module's read method will return a File object and we can pass the object to the Response constructor.

The basic usage is described as code in main.js, and a test case for it has also been added.