HTTP-server Source Code

\Micrium
    \Software
 		\uC-HTTP
			\Server
				\Source
                	http-s.c
                	http-s.h
                    http-s_conn.c
                    http-s_conn.h
                    http-s_mem.c
                	http-s_mem.h
                    http-s_req.c
                    http-s_req.h
                    http-s_resp.c
                    http-s_resp.h
                    http-s_sock.c
                    http-s_sock.h
                    http-s_str.c
                    http-s_str.h
                    http-s_stack.c
                    http-s_stack.h

\Micrium

Contains all software components and projects provided by Micrium.

\Software

This sub-directory contains all software components and projects.

\uC-HTTP

This is the main µC/HTTP directory. It contains the client and the server part of the HTTP product.

\Server

This is the main µC/HTTP-server directory.

\Source

This is the directory that contains all the CPU and RTOS independent source code files for the HTTP server.