Description: |
This small demo program starts two different webservers:
|
Description: | Specialized worker that can be passed to any webserver |
Description: |
This method handles all responses from the webserver to the client.
We implent here "exit", and we return the information about the actual
request and user in HTML format for all other requests.
This method is an example, how to access on the server side request specific infomation. |
Description: | unprotected web server |
Description: | Web server with basic authentication using the specialied worker |
Back to index page.