Network Dual-Stack Component  Version 7.0 (Beta)
MDK-Professional Middleware for IP Networking
 All Data Structures Files Functions Enumerations Groups Pages
HTTP Web Server

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.

Supported Features and Technologies

The Web Server supports the usage of many advanced web technologies:

Note
The page HTTP Server gives you more information on the actual usage of the functions and how to work with them in a project.

Code Examples

HTTP Server CGI Template

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:

HTTP Server Multi-User 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:

HTTP Server Error Template

The following source code is part of the HTTP_Server_Error.c template file. Application specific error pages are implemented using this code template: