Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include the following files in your project tree from the µC/HTTPs source code distribution, as indicated in Figure - µC/HTTPs Source Code.

 

As indicated in the Figure - µC/HTTPs Source Code, all the files in the Source folder must be added to your project tree. Furthermore, http-s_os.c file of the selected RTOS must be added as well as the generic http-s_os.h file that can be found in the OS folder. 

...

\Micrium\Software\uC-HTTPs
\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-<OS-Version>

...

Copy the files from the uC-HTTPs configuration folder into your application as illustrated in Figure - Copying Template Files.

 

http-s_cfg.h is a configuration file used to setup µC/HTTPs 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 

...