From 9df13c1512232d4ca44e914e259870abe83afebd Mon Sep 17 00:00:00 2001
From: Janos Magasrevy <75690572+wes-jmagasrevy@users.noreply.github.com>
Date: Fri, 21 May 2021 16:03:39 -0400
Subject: [PATCH] Updated version and Copyright year. Incremented _VERSION
constants. Updated Readme.
---
Client/Add-on/2lemetry.c | 2 +-
Client/Add-on/2lemetry.h | 2 +-
.../Add-on/Mem/Cfg/Template/http-c_mem_cfg.c | 2 +-
.../Add-on/Mem/Cfg/Template/http-c_mem_cfg.h | 2 +-
Client/Add-on/Mem/http-c_mem.c | 2 +-
Client/Add-on/Mem/http-c_mem.h | 2 +-
Client/Add-on/dropbox.c | 2 +-
Client/Add-on/dropbox.h | 2 +-
Client/Add-on/soundcloud.c | 2 +-
Client/Add-on/soundcloud.h | 2 +-
Client/Add-on/twilio.c | 2 +-
Client/Add-on/twilio.h | 2 +-
Client/Cfg/Template/http-c_cfg.c | 4 +-
Client/Cfg/Template/http-c_cfg.h | 4 +-
Client/Examples/http-c_app.c | 2 +-
Client/Examples/http-c_app.h | 2 +-
Client/Examples/http-c_hooks.c | 2 +-
Client/Examples/http-c_hooks.h | 2 +-
Client/Source/http-c.c | 4 +-
Client/Source/http-c.h | 6 +--
Client/Source/http-c_conn.c | 4 +-
Client/Source/http-c_conn.h | 4 +-
Client/Source/http-c_mem.c | 4 +-
Client/Source/http-c_mem.h | 4 +-
Client/Source/http-c_req.c | 4 +-
Client/Source/http-c_req.h | 4 +-
Client/Source/http-c_resp.c | 4 +-
Client/Source/http-c_resp.h | 4 +-
Client/Source/http-c_sock.c | 4 +-
Client/Source/http-c_sock.h | 4 +-
Client/Source/http-c_task.c | 4 +-
Client/Source/http-c_task.h | 4 +-
Client/Source/http-c_type.h | 4 +-
Client/Source/http-c_websock.c | 4 +-
Client/Source/http-c_websock.h | 4 +-
Common/http.c | 4 +-
Common/http.h | 4 +-
Common/http_dict.c | 4 +-
Common/http_dict.h | 4 +-
README.rst | 45 +++++++++++++++++++
Server/Add-on/Auth/http-s_auth.c | 2 +-
Server/Add-on/Auth/http-s_auth.h | 2 +-
Server/Add-on/CtrlLayer/http-s_ctrl_layer.c | 2 +-
Server/Add-on/CtrlLayer/http-s_ctrl_layer.h | 2 +-
.../Add-on/CtrlLayer/http-s_ctrl_layer_mem.c | 2 +-
.../Add-on/CtrlLayer/http-s_ctrl_layer_mem.h | 2 +-
.../CtrlLayer/http-s_ctrl_layer_rest_cfg.c | 2 +-
.../CtrlLayer/http-s_ctrl_layer_rest_cfg.h | 2 +-
Server/Add-on/REST/http-s_rest.c | 2 +-
Server/Add-on/REST/http-s_rest.h | 2 +-
Server/Add-on/REST/http-s_rest_hook_cfg.c | 2 +-
Server/Add-on/REST/http-s_rest_hook_cfg.h | 2 +-
Server/Add-on/REST/http-s_rest_mem.c | 2 +-
Server/Add-on/REST/http-s_rest_mem.h | 2 +-
Server/Cfg/Template/http-s_cfg.h | 4 +-
Server/Cfg/Template/http-s_instance_cfg.c | 4 +-
Server/Cfg/Template/http-s_instance_cfg.h | 4 +-
Server/Examples/Basic/app_basic.c | 2 +-
Server/Examples/Basic/app_basic.h | 2 +-
.../Examples/Basic/app_basic_http-s_hooks.c | 2 +-
.../Basic/app_basic_http-s_instance_cfg.c | 2 +-
.../Basic/app_basic_http-s_instance_cfg.h | 2 +-
Server/Examples/CtrlLayer/app_global.c | 2 +-
Server/Examples/CtrlLayer/app_global.h | 2 +-
.../CtrlLayer/app_global_auth_rights_cfg.h | 2 +-
.../CtrlLayer/app_global_ctrl_layer_cfg.c | 2 +-
.../CtrlLayer/app_global_ctrl_layer_cfg.h | 2 +-
.../app_global_http-s_instance_cfg.c | 2 +-
.../app_global_http-s_instance_cfg.h | 2 +-
Server/Examples/NoFS/app_no_fs.c | 2 +-
Server/Examples/NoFS/app_no_fs.h | 2 +-
Server/Examples/NoFS/app_no_fs_http-s_hooks.c | 2 +-
.../NoFS/app_no_fs_http-s_instance_cfg.c | 2 +-
.../NoFS/app_no_fs_http-s_instance_cfg.h | 2 +-
Server/Examples/REST/app_rest.c | 2 +-
Server/Examples/REST/app_rest.h | 2 +-
.../REST/app_rest_http-s_instance_cfg.c | 2 +-
.../REST/app_rest_http-s_instance_cfg.h | 2 +-
Server/Examples/SSL-TLS/http-s_hooks.c | 2 +-
.../SSL-TLS/http-s_instance_secure_cfg.c | 2 +-
.../SSL-TLS/http-s_instance_secure_cfg.h | 2 +-
.../Cfg/Template/http-s_fs_static_cfg.h | 2 +-
Server/FS/Static/http-s_fs_static.c | 2 +-
Server/FS/Static/http-s_fs_static.h | 2 +-
Server/FS/Static/static_files.h | 2 +-
Server/Source/http-s.c | 4 +-
Server/Source/http-s.h | 6 +--
Server/Source/http-s_conn.c | 4 +-
Server/Source/http-s_conn.h | 4 +-
Server/Source/http-s_mem.c | 4 +-
Server/Source/http-s_mem.h | 4 +-
Server/Source/http-s_req.c | 4 +-
Server/Source/http-s_req.h | 4 +-
Server/Source/http-s_resp.c | 4 +-
Server/Source/http-s_resp.h | 4 +-
Server/Source/http-s_sock.c | 4 +-
Server/Source/http-s_sock.h | 4 +-
Server/Source/http-s_str.c | 4 +-
Server/Source/http-s_str.h | 4 +-
Server/Source/http-s_task.c | 4 +-
Server/Source/http-s_task.h | 4 +-
readme.md | 9 ----
102 files changed, 189 insertions(+), 153 deletions(-)
create mode 100644 README.rst
delete mode 100644 readme.md
diff --git a/Client/Add-on/2lemetry.c b/Client/Add-on/2lemetry.c
index 17232a2..022afa5 100644
--- a/Client/Add-on/2lemetry.c
+++ b/Client/Add-on/2lemetry.c
@@ -18,7 +18,7 @@
* HTTP CLIENT 2LEMETRY APPLICATION SOURCE CODE
*
* Filename : 2lemetry.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/2lemetry.h b/Client/Add-on/2lemetry.h
index 9ce76e5..2999178 100644
--- a/Client/Add-on/2lemetry.h
+++ b/Client/Add-on/2lemetry.h
@@ -18,7 +18,7 @@
* HTTP CLIENT 2LEMETRY MODULE
*
* Filename : 2lemetry.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.c b/Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.c
index de8ca8b..fbee28e 100644
--- a/Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.c
+++ b/Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.c
@@ -18,7 +18,7 @@
* HTTP CLIENT MEMORY MODULE CONFIGURATION FILE
*
* Filename : http-c_mem_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.h b/Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.h
index 1938106..6745bdf 100644
--- a/Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.h
+++ b/Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.h
@@ -20,7 +20,7 @@
* TEMPLATE
*
* Filename : http-c_mem_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/Mem/http-c_mem.c b/Client/Add-on/Mem/http-c_mem.c
index 21a515e..63f59f9 100644
--- a/Client/Add-on/Mem/http-c_mem.c
+++ b/Client/Add-on/Mem/http-c_mem.c
@@ -18,7 +18,7 @@
* HTTP CLIENT MEMORY LIBRARY MODULE
*
* Filename : http-c_mem.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/Mem/http-c_mem.h b/Client/Add-on/Mem/http-c_mem.h
index 3ee3d39..9c6143c 100644
--- a/Client/Add-on/Mem/http-c_mem.h
+++ b/Client/Add-on/Mem/http-c_mem.h
@@ -18,7 +18,7 @@
* HTTP CLIENT MEMORY LIBRARY MODULE
*
* Filename : http-c_mem.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/dropbox.c b/Client/Add-on/dropbox.c
index dd02292..13830fb 100644
--- a/Client/Add-on/dropbox.c
+++ b/Client/Add-on/dropbox.c
@@ -18,7 +18,7 @@
* HTTP CLIENT DROPBOX APPLICATION SOURCE CODE
*
* Filename : dropbox.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/dropbox.h b/Client/Add-on/dropbox.h
index b2614c8..9a904a8 100644
--- a/Client/Add-on/dropbox.h
+++ b/Client/Add-on/dropbox.h
@@ -18,7 +18,7 @@
* HTTP CLIENT DROPBOX MODULE
*
* Filename : dropbox.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/soundcloud.c b/Client/Add-on/soundcloud.c
index bd78340..7c705bf 100644
--- a/Client/Add-on/soundcloud.c
+++ b/Client/Add-on/soundcloud.c
@@ -18,7 +18,7 @@
* HTTP CLIENT SOUNDCLOUD APPLICATION SOURCE CODE
*
* Filename : soundcloud.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/soundcloud.h b/Client/Add-on/soundcloud.h
index 3f829be..1f36829 100644
--- a/Client/Add-on/soundcloud.h
+++ b/Client/Add-on/soundcloud.h
@@ -18,7 +18,7 @@
* HTTP CLIENT SOUNDCLOUD SOURCE CODE
*
* Filename : soundcloud.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/twilio.c b/Client/Add-on/twilio.c
index fec8ba3..a5fa057 100644
--- a/Client/Add-on/twilio.c
+++ b/Client/Add-on/twilio.c
@@ -18,7 +18,7 @@
* HTTP CLIENT TWILIO APPLICATION SOURCE CODE
*
* Filename : twilio.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Add-on/twilio.h b/Client/Add-on/twilio.h
index 577925c..055c4ca 100644
--- a/Client/Add-on/twilio.h
+++ b/Client/Add-on/twilio.h
@@ -18,7 +18,7 @@
* HTTP CLIENT TEST SOURCE CODE
*
* Filename : twilio.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Cfg/Template/http-c_cfg.c b/Client/Cfg/Template/http-c_cfg.c
index 02b4bb0..601b3fd 100644
--- a/Client/Cfg/Template/http-c_cfg.c
+++ b/Client/Cfg/Template/http-c_cfg.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT CONFIGURATION FILE
*
* Filename : http-c_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Cfg/Template/http-c_cfg.h b/Client/Cfg/Template/http-c_cfg.h
index af3f15f..eca2fb9 100644
--- a/Client/Cfg/Template/http-c_cfg.h
+++ b/Client/Cfg/Template/http-c_cfg.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -22,7 +22,7 @@
* TEMPLATE
*
* Filename : http-c_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Examples/http-c_app.c b/Client/Examples/http-c_app.c
index 6b745a7..53ded67 100644
--- a/Client/Examples/http-c_app.c
+++ b/Client/Examples/http-c_app.c
@@ -20,7 +20,7 @@
* HTTP CLIENT APPLICATION FUNCTIONS FILE
*
* Filename : http-c_app.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Examples/http-c_app.h b/Client/Examples/http-c_app.h
index 4f428e2..d2b159b 100644
--- a/Client/Examples/http-c_app.h
+++ b/Client/Examples/http-c_app.h
@@ -20,7 +20,7 @@
* HTTP CLIENT APPLICATION FUNCTIONS FILE
*
* Filename : http-c_app.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Examples/http-c_hooks.c b/Client/Examples/http-c_hooks.c
index 81dacb2..1f518c5 100644
--- a/Client/Examples/http-c_hooks.c
+++ b/Client/Examples/http-c_hooks.c
@@ -20,7 +20,7 @@
* HTTP CLIENT HOOK FUNCTIONS FILE
*
* Filename : http-c_hooks.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Examples/http-c_hooks.h b/Client/Examples/http-c_hooks.h
index 165d333..20a36c7 100644
--- a/Client/Examples/http-c_hooks.h
+++ b/Client/Examples/http-c_hooks.h
@@ -20,7 +20,7 @@
* HTTP CLIENT HOOK FUNCTIONS FILE
*
* Filename : http-c_hooks.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c.c b/Client/Source/http-c.c
index 2285dde..fb8c99f 100644
--- a/Client/Source/http-c.c
+++ b/Client/Source/http-c.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT
*
* Filename : http-c.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c.h b/Client/Source/http-c.h
index 6e191a1..9621592 100644
--- a/Client/Source/http-c.h
+++ b/Client/Source/http-c.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT
*
* Filename : http-c.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
@@ -68,7 +68,7 @@
*********************************************************************************************************
*/
-#define HTTPc_VERSION 30100u /* See Note #1. */
+#define HTTPc_VERSION 30101u /* See Note #1. */
/*
diff --git a/Client/Source/http-c_conn.c b/Client/Source/http-c_conn.c
index 89279d9..d84ca19 100644
--- a/Client/Source/http-c_conn.c
+++ b/Client/Source/http-c_conn.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT CONNECTIION MODULE
*
* Filename : http-c_conn.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_conn.h b/Client/Source/http-c_conn.h
index 6276ce7..59de0eb 100644
--- a/Client/Source/http-c_conn.h
+++ b/Client/Source/http-c_conn.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT CONNECTION MODULE
*
* Filename : http-c_conn.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_mem.c b/Client/Source/http-c_mem.c
index f686e47..20b7c25 100644
--- a/Client/Source/http-c_mem.c
+++ b/Client/Source/http-c_mem.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT MEMORY LIBRARY
*
* Filename : http-c_mem.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_mem.h b/Client/Source/http-c_mem.h
index 6cde338..1122808 100644
--- a/Client/Source/http-c_mem.h
+++ b/Client/Source/http-c_mem.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT MEMORY LIBRARY
*
* Filename : http-c_mem.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_req.c b/Client/Source/http-c_req.c
index 1333462..78577a4 100644
--- a/Client/Source/http-c_req.c
+++ b/Client/Source/http-c_req.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT REQUEST MODULE
*
* Filename : http-c_req.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_req.h b/Client/Source/http-c_req.h
index c8c7b9d..a90ee4f 100644
--- a/Client/Source/http-c_req.h
+++ b/Client/Source/http-c_req.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT REQUEST MODULE
*
* Filename : http-c_req.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_resp.c b/Client/Source/http-c_resp.c
index e42a115..2261d5e 100644
--- a/Client/Source/http-c_resp.c
+++ b/Client/Source/http-c_resp.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT RESPONSE MODULE
*
* Filename : http-c_resp.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_resp.h b/Client/Source/http-c_resp.h
index afe2a1f..e21f16a 100644
--- a/Client/Source/http-c_resp.h
+++ b/Client/Source/http-c_resp.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT RESPONSE MODULE
*
* Filename : http-c_resp.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_sock.c b/Client/Source/http-c_sock.c
index 02dcb25..0f010e8 100644
--- a/Client/Source/http-c_sock.c
+++ b/Client/Source/http-c_sock.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT SOCKET MODULE
*
* Filename : http-c_sock.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_sock.h b/Client/Source/http-c_sock.h
index 19b8325..122654a 100644
--- a/Client/Source/http-c_sock.h
+++ b/Client/Source/http-c_sock.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT SOCKET MODULE
*
* Filename : http-c_sock.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_task.c b/Client/Source/http-c_task.c
index b2ad5bc..aa23d05 100644
--- a/Client/Source/http-c_task.c
+++ b/Client/Source/http-c_task.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT TASK MODULE
*
* Filename : http-c_task.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_task.h b/Client/Source/http-c_task.h
index c39c1e9..82d2db0 100644
--- a/Client/Source/http-c_task.h
+++ b/Client/Source/http-c_task.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT TASK MODULE
*
* Filename : http-c_task.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_type.h b/Client/Source/http-c_type.h
index e820158..781cef1 100644
--- a/Client/Source/http-c_type.h
+++ b/Client/Source/http-c_type.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT
*
* Filename : http-c_type.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_websock.c b/Client/Source/http-c_websock.c
index 28ea4ac..08aa6af 100644
--- a/Client/Source/http-c_websock.c
+++ b/Client/Source/http-c_websock.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT WEBSOCKET MODULE
*
* Filename : http-c_websock.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Client/Source/http-c_websock.h b/Client/Source/http-c_websock.h
index d16c89d..46aa2a2 100644
--- a/Client/Source/http-c_websock.h
+++ b/Client/Source/http-c_websock.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP CLIENT WEBSOCKET MODULE
*
* Filename : http-c_websock.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Common/http.c b/Common/http.c
index 47dba22..d2b5cae 100644
--- a/Common/http.c
+++ b/Common/http.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP
*
* Filename : http.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Common/http.h b/Common/http.h
index b64087c..aa2a589 100644
--- a/Common/http.h
+++ b/Common/http.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -19,7 +19,7 @@
* HTTP
*
* Filename : http.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Common/http_dict.c b/Common/http_dict.c
index 3d7fb1a..374470b 100644
--- a/Common/http_dict.c
+++ b/Common/http_dict.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP DICTIONARY
*
* Filename : http_dict.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Common/http_dict.h b/Common/http_dict.h
index 36ccafb..a44809e 100644
--- a/Common/http_dict.h
+++ b/Common/http_dict.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP DICTIONARY
*
* Filename : http_dict.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..a75ea7e
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,45 @@
+.. raw:: html
+
+
+
+
+
+
+
+µC/OS is a full-featured embedded operating system originally developed by Micriµm™. In addition to the two highly popular kernels, µC/OS features support for TCP/IP, USB-Device, USB-Host, and Modbus, as well as a robust File System.
+
+Since its founding in 1999 as a private company, Micriµm and its team of engineers have offered world-class embedded software components for the most critical and demanding real-time applications. Recognized as having some of the cleanest code in the industry, with easy-to-understand documentation, the Micrium real-time kernels, and software components have successfully been deployed in thousands of products worldwide across a broad range of industries. Micrium’s µC/OS-II™ kernel has been certified for use in safety-critical applications and remains a respected favorite in the medical, aerospace, and industrial markets. µC/OS continues to be the RTOS of choice for engineers requiring the most reliable and trusted solution for their mission-critical applications.
+
+----------
+
+.. raw:: HTML
+
+
+
+
+
+
+
+Founded by a team of former Micrium employees, Weston Embedded Solutions is the official custodian for the µC/OS RTOS and Stacks software repository to ensure it remains the trusted choice for embedded engineers around the world.
+
+----------
+
+Product Documentation and Release Notes
+***************
+https://micrium.atlassian.net/
+
+Technical Support
+*****************
+https://weston-embedded.com/micrium-support
+
+Example Projects
+*********
+https://weston-embedded.com/micrium-examples
+
+Commercial Licensing Option
+*********
+https://weston-embedded.com/products/cesium
+
+Who to Contact
+*********
+https://weston-embedded.com/company/contact
\ No newline at end of file
diff --git a/Server/Add-on/Auth/http-s_auth.c b/Server/Add-on/Auth/http-s_auth.c
index 811e419..4139093 100644
--- a/Server/Add-on/Auth/http-s_auth.c
+++ b/Server/Add-on/Auth/http-s_auth.c
@@ -18,7 +18,7 @@
* HTTPs AUTHENTIFICATION MODULE
*
* Filename : http-s_auth.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/Auth/http-s_auth.h b/Server/Add-on/Auth/http-s_auth.h
index 982b696..d732366 100644
--- a/Server/Add-on/Auth/http-s_auth.h
+++ b/Server/Add-on/Auth/http-s_auth.h
@@ -18,7 +18,7 @@
* HTTPs AUTHENTIFICATION MODULE
*
* Filename : http-s_auth.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/CtrlLayer/http-s_ctrl_layer.c b/Server/Add-on/CtrlLayer/http-s_ctrl_layer.c
index 51fe4cd..56b68a1 100644
--- a/Server/Add-on/CtrlLayer/http-s_ctrl_layer.c
+++ b/Server/Add-on/CtrlLayer/http-s_ctrl_layer.c
@@ -18,7 +18,7 @@
* HTTPs CONTROL LAYER
*
* Filename : http-s_ctrl_layer.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/CtrlLayer/http-s_ctrl_layer.h b/Server/Add-on/CtrlLayer/http-s_ctrl_layer.h
index f27e0c8..b36263a 100644
--- a/Server/Add-on/CtrlLayer/http-s_ctrl_layer.h
+++ b/Server/Add-on/CtrlLayer/http-s_ctrl_layer.h
@@ -18,7 +18,7 @@
* HTTPs CONTROL LAYER
*
* Filename : http-s_ctrl_layer.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/CtrlLayer/http-s_ctrl_layer_mem.c b/Server/Add-on/CtrlLayer/http-s_ctrl_layer_mem.c
index c08c8f0..2fac284 100644
--- a/Server/Add-on/CtrlLayer/http-s_ctrl_layer_mem.c
+++ b/Server/Add-on/CtrlLayer/http-s_ctrl_layer_mem.c
@@ -18,7 +18,7 @@
* HTTPs CONTROL LAYER MEMORY
*
* Filename : http-s_ctrl_layer_mem.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/CtrlLayer/http-s_ctrl_layer_mem.h b/Server/Add-on/CtrlLayer/http-s_ctrl_layer_mem.h
index f3ea6e1..a3cd1e1 100644
--- a/Server/Add-on/CtrlLayer/http-s_ctrl_layer_mem.h
+++ b/Server/Add-on/CtrlLayer/http-s_ctrl_layer_mem.h
@@ -18,7 +18,7 @@
* HTTPs CONTROL LAYER MEMORY
*
* Filename : http-s_ctrl_layer_mem.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/CtrlLayer/http-s_ctrl_layer_rest_cfg.c b/Server/Add-on/CtrlLayer/http-s_ctrl_layer_rest_cfg.c
index c150fc3..d617e92 100644
--- a/Server/Add-on/CtrlLayer/http-s_ctrl_layer_rest_cfg.c
+++ b/Server/Add-on/CtrlLayer/http-s_ctrl_layer_rest_cfg.c
@@ -18,7 +18,7 @@
* HTTPs CONTROL LAYER REST CONFIGURATION
*
* Filename : http-s_ctrl_layer_rest_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/CtrlLayer/http-s_ctrl_layer_rest_cfg.h b/Server/Add-on/CtrlLayer/http-s_ctrl_layer_rest_cfg.h
index 42be7d1..fdbe783 100644
--- a/Server/Add-on/CtrlLayer/http-s_ctrl_layer_rest_cfg.h
+++ b/Server/Add-on/CtrlLayer/http-s_ctrl_layer_rest_cfg.h
@@ -18,7 +18,7 @@
* HTTPs CONTROL LAYER REST CONFIGURATION
*
* Filename : http-s_ctrl_layer_rest_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/REST/http-s_rest.c b/Server/Add-on/REST/http-s_rest.c
index cd14303..ce6b3d2 100644
--- a/Server/Add-on/REST/http-s_rest.c
+++ b/Server/Add-on/REST/http-s_rest.c
@@ -18,7 +18,7 @@
* HTTPs REST
*
* Filename : http-s_rest.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/REST/http-s_rest.h b/Server/Add-on/REST/http-s_rest.h
index 8080024..64fefa4 100644
--- a/Server/Add-on/REST/http-s_rest.h
+++ b/Server/Add-on/REST/http-s_rest.h
@@ -18,7 +18,7 @@
* HTTPs REST
*
* Filename : http-s_rest.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/REST/http-s_rest_hook_cfg.c b/Server/Add-on/REST/http-s_rest_hook_cfg.c
index 095f9ab..35b4fd2 100644
--- a/Server/Add-on/REST/http-s_rest_hook_cfg.c
+++ b/Server/Add-on/REST/http-s_rest_hook_cfg.c
@@ -18,7 +18,7 @@
* HTTPs REST HOOK CONFIGURATION
*
* Filename : http-s_rest_hook_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/REST/http-s_rest_hook_cfg.h b/Server/Add-on/REST/http-s_rest_hook_cfg.h
index 4767f3c..7d3e4d1 100644
--- a/Server/Add-on/REST/http-s_rest_hook_cfg.h
+++ b/Server/Add-on/REST/http-s_rest_hook_cfg.h
@@ -18,7 +18,7 @@
* HTTPs REST HOOK CONFIGURATION
*
* Filename : http-s_rest_hook_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/REST/http-s_rest_mem.c b/Server/Add-on/REST/http-s_rest_mem.c
index bf8d8f8..d1d4289 100644
--- a/Server/Add-on/REST/http-s_rest_mem.c
+++ b/Server/Add-on/REST/http-s_rest_mem.c
@@ -18,7 +18,7 @@
* HTTPs REST MEMORY
*
* Filename : http-s_rest_mem.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Add-on/REST/http-s_rest_mem.h b/Server/Add-on/REST/http-s_rest_mem.h
index 6d47252..7238a16 100644
--- a/Server/Add-on/REST/http-s_rest_mem.h
+++ b/Server/Add-on/REST/http-s_rest_mem.h
@@ -18,7 +18,7 @@
* HTTPs REST MEMORY
*
* Filename : http-s_rest_mem.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Cfg/Template/http-s_cfg.h b/Server/Cfg/Template/http-s_cfg.h
index c66e4e4..e49a38c 100644
--- a/Server/Cfg/Template/http-s_cfg.h
+++ b/Server/Cfg/Template/http-s_cfg.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -22,7 +22,7 @@
* TEMPLATE
*
* Filename : http-s_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Cfg/Template/http-s_instance_cfg.c b/Server/Cfg/Template/http-s_instance_cfg.c
index 943b5da..8e956c5 100644
--- a/Server/Cfg/Template/http-s_instance_cfg.c
+++ b/Server/Cfg/Template/http-s_instance_cfg.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -22,7 +22,7 @@
* TEMPLATE
*
* Filename : http-s_instance_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Cfg/Template/http-s_instance_cfg.h b/Server/Cfg/Template/http-s_instance_cfg.h
index 90ef3f7..82187e8 100644
--- a/Server/Cfg/Template/http-s_instance_cfg.h
+++ b/Server/Cfg/Template/http-s_instance_cfg.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -22,7 +22,7 @@
* TEMPLATE
*
* Filename : http-s_instance_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/Basic/app_basic.c b/Server/Examples/Basic/app_basic.c
index da6a0eb..7268e5d 100644
--- a/Server/Examples/Basic/app_basic.c
+++ b/Server/Examples/Basic/app_basic.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE BASIC APPLICATION
*
* Filename : app_basic.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
* Note(s) : (1) This example shows how to initialize uC/HTTPs, initialize a web server instance and start it.
*
diff --git a/Server/Examples/Basic/app_basic.h b/Server/Examples/Basic/app_basic.h
index 8b6e39f..86da8bf 100644
--- a/Server/Examples/Basic/app_basic.h
+++ b/Server/Examples/Basic/app_basic.h
@@ -18,7 +18,7 @@
* HTTP INSTANCE BASIC APPLICATION
*
* Filename : app_basic.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/Basic/app_basic_http-s_hooks.c b/Server/Examples/Basic/app_basic_http-s_hooks.c
index 9b90a01..3f0c3f7 100644
--- a/Server/Examples/Basic/app_basic_http-s_hooks.c
+++ b/Server/Examples/Basic/app_basic_http-s_hooks.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER HOOKS FILE
*
* Filename : app_basic_http-s_hooks.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/Basic/app_basic_http-s_instance_cfg.c b/Server/Examples/Basic/app_basic_http-s_instance_cfg.c
index 3b4f067..c7ca5d1 100644
--- a/Server/Examples/Basic/app_basic_http-s_instance_cfg.c
+++ b/Server/Examples/Basic/app_basic_http-s_instance_cfg.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER CONFIGURATION FILE
*
* Filename : app_basic_http-s_instance_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/Basic/app_basic_http-s_instance_cfg.h b/Server/Examples/Basic/app_basic_http-s_instance_cfg.h
index 0463ab5..5910539 100644
--- a/Server/Examples/Basic/app_basic_http-s_instance_cfg.h
+++ b/Server/Examples/Basic/app_basic_http-s_instance_cfg.h
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER CONFIGURATION FILE
*
* Filename : app_basic_http-s_instance_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/CtrlLayer/app_global.c b/Server/Examples/CtrlLayer/app_global.c
index 684ffac..c6109ba 100644
--- a/Server/Examples/CtrlLayer/app_global.c
+++ b/Server/Examples/CtrlLayer/app_global.c
@@ -18,7 +18,7 @@
* HTTP APPLICATION WITH CONTROL LAYER
*
* Filename : app_global.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
* Note(s) : (1) This application regroup with the control layer a login layer, a default page app layer
* and a REST app layer.
diff --git a/Server/Examples/CtrlLayer/app_global.h b/Server/Examples/CtrlLayer/app_global.h
index 8280a40..56e7127 100644
--- a/Server/Examples/CtrlLayer/app_global.h
+++ b/Server/Examples/CtrlLayer/app_global.h
@@ -18,7 +18,7 @@
* HTTP APPLICATION WITH CONTROL LAYER
*
* Filename : app_global.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
* Note(s) : (1) This application regroup with the control layer a login layer, a default page app layer
* and a REST app layer.
diff --git a/Server/Examples/CtrlLayer/app_global_auth_rights_cfg.h b/Server/Examples/CtrlLayer/app_global_auth_rights_cfg.h
index 8d3c066..0e01f4d 100644
--- a/Server/Examples/CtrlLayer/app_global_auth_rights_cfg.h
+++ b/Server/Examples/CtrlLayer/app_global_auth_rights_cfg.h
@@ -18,7 +18,7 @@
* HTTP APPLICATION AUTHORIZATION RIGHTS
*
* Filename : app_global_auth_rights_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/CtrlLayer/app_global_ctrl_layer_cfg.c b/Server/Examples/CtrlLayer/app_global_ctrl_layer_cfg.c
index c735632..2564ed2 100644
--- a/Server/Examples/CtrlLayer/app_global_ctrl_layer_cfg.c
+++ b/Server/Examples/CtrlLayer/app_global_ctrl_layer_cfg.c
@@ -18,7 +18,7 @@
* HTTP APPLICATION CONTROL LAYER CONFIGURATION
*
* Filename : app_global_ctrl_layer_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/CtrlLayer/app_global_ctrl_layer_cfg.h b/Server/Examples/CtrlLayer/app_global_ctrl_layer_cfg.h
index 8c2e074..e808b80 100644
--- a/Server/Examples/CtrlLayer/app_global_ctrl_layer_cfg.h
+++ b/Server/Examples/CtrlLayer/app_global_ctrl_layer_cfg.h
@@ -18,7 +18,7 @@
* HTTP APPLICATION CONTROL LAYER CONFIGURATION
*
* Filename : app_global_ctrl_layer_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/CtrlLayer/app_global_http-s_instance_cfg.c b/Server/Examples/CtrlLayer/app_global_http-s_instance_cfg.c
index b9d9086..7370751 100644
--- a/Server/Examples/CtrlLayer/app_global_http-s_instance_cfg.c
+++ b/Server/Examples/CtrlLayer/app_global_http-s_instance_cfg.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER CONFIGURATION FILE
*
* Filename : app_global_http-s_instance_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/CtrlLayer/app_global_http-s_instance_cfg.h b/Server/Examples/CtrlLayer/app_global_http-s_instance_cfg.h
index 45bf17d..8d8a7af 100644
--- a/Server/Examples/CtrlLayer/app_global_http-s_instance_cfg.h
+++ b/Server/Examples/CtrlLayer/app_global_http-s_instance_cfg.h
@@ -20,7 +20,7 @@
* TEMPLATE
*
* Filename : app_global_http-s_instance_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/NoFS/app_no_fs.c b/Server/Examples/NoFS/app_no_fs.c
index 4e82dcf..7d166ea 100644
--- a/Server/Examples/NoFS/app_no_fs.c
+++ b/Server/Examples/NoFS/app_no_fs.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE INITALIZATION WITH NO FS APPLICATION
*
* Filename : app_no_fs.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
* Note(s) : (1) This example shows how to initialize uC/HTTPs without the need of a File System,
* initialize a web server instance and start it.
diff --git a/Server/Examples/NoFS/app_no_fs.h b/Server/Examples/NoFS/app_no_fs.h
index 3d48db6..90b8db9 100644
--- a/Server/Examples/NoFS/app_no_fs.h
+++ b/Server/Examples/NoFS/app_no_fs.h
@@ -18,7 +18,7 @@
* HTTP INSTANCE INITALIZATION WITH NO FS APPLICATION
*
* Filename : app_no_fs.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/NoFS/app_no_fs_http-s_hooks.c b/Server/Examples/NoFS/app_no_fs_http-s_hooks.c
index 5ce7b20..f0d5aed 100644
--- a/Server/Examples/NoFS/app_no_fs_http-s_hooks.c
+++ b/Server/Examples/NoFS/app_no_fs_http-s_hooks.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER HOOKS FILE
*
* Filename : app_no_fs_http-s_hooks.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/NoFS/app_no_fs_http-s_instance_cfg.c b/Server/Examples/NoFS/app_no_fs_http-s_instance_cfg.c
index c107816..4c5e5ac 100644
--- a/Server/Examples/NoFS/app_no_fs_http-s_instance_cfg.c
+++ b/Server/Examples/NoFS/app_no_fs_http-s_instance_cfg.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER CONFIGURATION FILE
*
* Filename : app_no_fs_http-s_instance_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/NoFS/app_no_fs_http-s_instance_cfg.h b/Server/Examples/NoFS/app_no_fs_http-s_instance_cfg.h
index 779ad9c..aa490b1 100644
--- a/Server/Examples/NoFS/app_no_fs_http-s_instance_cfg.h
+++ b/Server/Examples/NoFS/app_no_fs_http-s_instance_cfg.h
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER CONFIGURATION FILE
*
* Filename : app_no_fs_http-s_instance_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/REST/app_rest.c b/Server/Examples/REST/app_rest.c
index 1e6cb5a..a2f853c 100644
--- a/Server/Examples/REST/app_rest.c
+++ b/Server/Examples/REST/app_rest.c
@@ -18,7 +18,7 @@
* HTTP REST APPLICATION
*
* Filename : app_rest.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/REST/app_rest.h b/Server/Examples/REST/app_rest.h
index c07a973..9a617f1 100644
--- a/Server/Examples/REST/app_rest.h
+++ b/Server/Examples/REST/app_rest.h
@@ -18,7 +18,7 @@
* HTTP LOGIN APPLICATION
*
* Filename : app_rest.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/REST/app_rest_http-s_instance_cfg.c b/Server/Examples/REST/app_rest_http-s_instance_cfg.c
index 0ca4e4f..5bdd0a3 100644
--- a/Server/Examples/REST/app_rest_http-s_instance_cfg.c
+++ b/Server/Examples/REST/app_rest_http-s_instance_cfg.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER CONFIGURATION FILE
*
* Filename : app_rest_http-s_instance_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/REST/app_rest_http-s_instance_cfg.h b/Server/Examples/REST/app_rest_http-s_instance_cfg.h
index 531dc32..29e23f4 100644
--- a/Server/Examples/REST/app_rest_http-s_instance_cfg.h
+++ b/Server/Examples/REST/app_rest_http-s_instance_cfg.h
@@ -20,7 +20,7 @@
* TEMPLATE
*
* Filename : app_rest_http-s_instance_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/SSL-TLS/http-s_hooks.c b/Server/Examples/SSL-TLS/http-s_hooks.c
index bfa8e06..966823b 100644
--- a/Server/Examples/SSL-TLS/http-s_hooks.c
+++ b/Server/Examples/SSL-TLS/http-s_hooks.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER HOOKS FILE
*
* Filename : http-s_hooks.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/SSL-TLS/http-s_instance_secure_cfg.c b/Server/Examples/SSL-TLS/http-s_instance_secure_cfg.c
index f41264f..27cf670 100644
--- a/Server/Examples/SSL-TLS/http-s_instance_secure_cfg.c
+++ b/Server/Examples/SSL-TLS/http-s_instance_secure_cfg.c
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER CONFIGURATION FILE
*
* Filename : http-s_instance_secure_cfg.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Examples/SSL-TLS/http-s_instance_secure_cfg.h b/Server/Examples/SSL-TLS/http-s_instance_secure_cfg.h
index f986b7b..257bfb0 100644
--- a/Server/Examples/SSL-TLS/http-s_instance_secure_cfg.h
+++ b/Server/Examples/SSL-TLS/http-s_instance_secure_cfg.h
@@ -18,7 +18,7 @@
* HTTP INSTANCE SERVER CONFIGURATION FILE
*
* Filename : http-s_instance_secure_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/FS/Static/Cfg/Template/http-s_fs_static_cfg.h b/Server/FS/Static/Cfg/Template/http-s_fs_static_cfg.h
index 0a2c028..caca853 100644
--- a/Server/FS/Static/Cfg/Template/http-s_fs_static_cfg.h
+++ b/Server/FS/Static/Cfg/Template/http-s_fs_static_cfg.h
@@ -18,7 +18,7 @@
* NET FS STATIC CONFIGURATION
*
* Filename : http-s_fs_static_cfg.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/FS/Static/http-s_fs_static.c b/Server/FS/Static/http-s_fs_static.c
index 63ee7bb..5595b2a 100644
--- a/Server/FS/Static/http-s_fs_static.c
+++ b/Server/FS/Static/http-s_fs_static.c
@@ -20,7 +20,7 @@
* HTTPs STATIC FILE SYSTEM
*
* Filename : http-s_fs_static.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
* Note(s) : (1) All files MUST be added prior to the first file or directory access.
*
diff --git a/Server/FS/Static/http-s_fs_static.h b/Server/FS/Static/http-s_fs_static.h
index 1370f4a..428db18 100644
--- a/Server/FS/Static/http-s_fs_static.h
+++ b/Server/FS/Static/http-s_fs_static.h
@@ -20,7 +20,7 @@
* HTTPs STATIC FILE SYSTEM
*
* Filename : http-s_fs_static.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/FS/Static/static_files.h b/Server/FS/Static/static_files.h
index 4b656e8..df18006 100644
--- a/Server/FS/Static/static_files.h
+++ b/Server/FS/Static/static_files.h
@@ -18,7 +18,7 @@
* NO FILE SYSTEM
*
* Filename : static_files.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
* Note(s) : (1) This file defines the various arrays' content being used as file.
*********************************************************************************************************
diff --git a/Server/Source/http-s.c b/Server/Source/http-s.c
index 21d9bfb..f393bf1 100644
--- a/Server/Source/http-s.c
+++ b/Server/Source/http-s.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER
*
* Filename : http-s.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s.h b/Server/Source/http-s.h
index cb9be65..a84e1db 100644
--- a/Server/Source/http-s.h
+++ b/Server/Source/http-s.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER
*
* Filename : http-s.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
@@ -70,7 +70,7 @@
*********************************************************************************************************
*/
-#define HTTPs_VERSION 30100u /* See Note #1. */
+#define HTTPs_VERSION 30101u /* See Note #1. */
/*
diff --git a/Server/Source/http-s_conn.c b/Server/Source/http-s_conn.c
index 3fc8e28..6768a52 100644
--- a/Server/Source/http-s_conn.c
+++ b/Server/Source/http-s_conn.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER CONNECTION MODULE
*
* Filename : http-s_conn.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_conn.h b/Server/Source/http-s_conn.h
index df79427..d5369e7 100644
--- a/Server/Source/http-s_conn.h
+++ b/Server/Source/http-s_conn.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER CONNECTION MODULE
*
* Filename : http-s_conn.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_mem.c b/Server/Source/http-s_mem.c
index 5e12863..be6d3e8 100644
--- a/Server/Source/http-s_mem.c
+++ b/Server/Source/http-s_mem.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER MEMORY LIBRARY
*
* Filename : http-s_mem.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_mem.h b/Server/Source/http-s_mem.h
index 220762e..dfd95b2 100644
--- a/Server/Source/http-s_mem.h
+++ b/Server/Source/http-s_mem.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER MEMORY LIBRARY
*
* Filename : http-s_mem.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_req.c b/Server/Source/http-s_req.c
index 749a99f..227f108 100644
--- a/Server/Source/http-s_req.c
+++ b/Server/Source/http-s_req.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER REQUEST MODULE
*
* Filename : http-s_req.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_req.h b/Server/Source/http-s_req.h
index dd8c509..7c704e1 100644
--- a/Server/Source/http-s_req.h
+++ b/Server/Source/http-s_req.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER REQUEST MODULE
*
* Filename : http-s_req.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_resp.c b/Server/Source/http-s_resp.c
index a5f4f36..7785346 100644
--- a/Server/Source/http-s_resp.c
+++ b/Server/Source/http-s_resp.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER RESPONSE MODULE
*
* Filename : http-s_resp.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_resp.h b/Server/Source/http-s_resp.h
index b7cfd98..d041063 100644
--- a/Server/Source/http-s_resp.h
+++ b/Server/Source/http-s_resp.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER RESPONSE MODULE
*
* Filename : http-s_resp.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_sock.c b/Server/Source/http-s_sock.c
index ea729dd..1b8f174 100644
--- a/Server/Source/http-s_sock.c
+++ b/Server/Source/http-s_sock.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER SOCKET MODULE
*
* Filename : http-s_sock.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_sock.h b/Server/Source/http-s_sock.h
index cfae951..8c3f83c 100644
--- a/Server/Source/http-s_sock.h
+++ b/Server/Source/http-s_sock.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER SOCKET MODULE
*
* Filename : http-s_sock.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_str.c b/Server/Source/http-s_str.c
index c92c2dc..ccfbaec 100644
--- a/Server/Source/http-s_str.c
+++ b/Server/Source/http-s_str.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER STRING MODULE
*
* Filename : http-s_str.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_str.h b/Server/Source/http-s_str.h
index 226f843..6e29ea5 100644
--- a/Server/Source/http-s_str.h
+++ b/Server/Source/http-s_str.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER STRING MODULE
*
* Filename : http-s_str.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_task.c b/Server/Source/http-s_task.c
index 9f301c1..c974fef 100644
--- a/Server/Source/http-s_task.c
+++ b/Server/Source/http-s_task.c
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER TASK MODULE
*
* Filename : http-s_task.c
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/Server/Source/http-s_task.h b/Server/Source/http-s_task.h
index 1951532..4035185 100644
--- a/Server/Source/http-s_task.h
+++ b/Server/Source/http-s_task.h
@@ -3,7 +3,7 @@
* uC/HTTP
* Hypertext Transfer Protocol
*
-* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
+* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
@@ -20,7 +20,7 @@
* HTTP SERVER TASK MODULE
*
* Filename : http-s_task.h
-* Version : V3.01.00
+* Version : V3.01.01
*********************************************************************************************************
*/
diff --git a/readme.md b/readme.md
deleted file mode 100644
index 3db0901..0000000
--- a/readme.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# uC/HTTP
-
-The Micriµm HTTP product suite includes both µC/HTTPc and µC/HTTPs.
-
-µC/HTTPc is the Micrum HyperText Transport Protocol client.
-
-µC/HTTPs is a HyperText Transport Protocol server, a.k.a. web server.
-
-## For the complete documentation, visit https://doc.micrium.com/display/ucos/
\ No newline at end of file