WikiWebServer [ Status | Changes | Edit page source ]
WikiWebServer uses 13 classes to implement core web serving functionality:
URL paths map directly to files on the filing system. Files are returned to the requester from the mapped location with the exception of class files implementing the HTTPResponder interface, these are executed to generate a dynamic response.