![]() |
Network Dual-Stack Component
Version 7.0 (Beta)
MDK-Professional Middleware for IPv4 and IPv6 Networking
|
HTTP Web Server routines are used to run and configure services of the built-in web server. More...
HTTP Web Server routines are used to run and configure services of the built-in web server.
A web server is used to host websites and to deliver the web pages to clients using the Hypertext Transfer Protocol. There are two types of web pages which are stored on a web server and sent to a web client on request:
The Network Component's HTTP server supports both types of web pages. Static web pages are generally stored in the virtual ROM file system. The files are converted into C-code by the FCARM file converter and compiled into code.
The Web Server supports the usage of many advanced web technologies:
The following source code is part of the HTTP_Server_CGI.c template file. The application specific behaviour of the scripting language may be implemented using this code template:
The following source code is part of the HTTP_Server_Multiuser.c template file, which handles Access and Multi-User Interface for the HTTP server:
The following source code is part of the HTTP_Server_Error.c template file. Application specific error pages are implemented using this code template: