...
\Micrium\Software\uC-HTTP
\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-<OS-Version>
...
Copy the files from the uC-HTTP-server configuration folder into your application as illustrated in Figure - HTTP-server Copying Template Files.
Panel | ||
---|---|---|
| ||
http-s_cfg.h
is a configuration file used to setup µC/HTTP-server module static parameters and features such as CGI form configuration, dynamic token replacement configuration, header field feature, proxy configuration and so on. Refer to section Module Configuration for more details on all the configurations inside http-s_cfg.h
...
#include <Server/Source/http-s.h>
#include <FS/uC-FS-V4/net_fs_v4.h> (optional if uC/FS is used)
#include <Server/FS/Static/http-s_fs_static.h> (optional if no File system is available in the project)