Xojo Web Application parsing additional URL

Can anyone tell me does the Xojo web engine (standalone) behave like a traditional web server…?

Let’s say that my application root path is:
c:\webroot\xojoapp.exe

and I have html content in subfolders:
c:\webroot\extra\html\my_html_page.html

IE: http:\\127.0.0.1\extra\html\my_html_page.html

How can the Xojo web application serve these pages outside of the framework.

Thanks

If it is only a static html pages, the answer is yes, using the HandlespecialURL . You will load the html files in memory and return them through the webrequest class.