summaryrefslogtreecommitdiffstats
path: root/src/config/general.h
diff options
context:
space:
mode:
authorMichael Brown2023-02-28 17:22:19 +0100
committerMichael Brown2023-03-01 12:55:04 +0100
commit33cb56cf1b7a7138542fe18fd86898fdca2e8f0a (patch)
treeca67d7973089706ca52ddbfd3c6971d92940e54c /src/config/general.h
parent[http] Use POST method only if the form parameter list is non-empty (diff)
downloadipxe-33cb56cf1b7a7138542fe18fd86898fdca2e8f0a.tar.gz
ipxe-33cb56cf1b7a7138542fe18fd86898fdca2e8f0a.tar.xz
ipxe-33cb56cf1b7a7138542fe18fd86898fdca2e8f0a.zip
[params] Rename "form parameter" to "request parameter"
Prepare for the parameter mechanism to be generalised to specifying request parameters that are passed via mechanisms other than an application/x-www-form-urlencoded form. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r--src/config/general.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/general.h b/src/config/general.h
index 72a6a9a1..e75a2aff 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -150,7 +150,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
//#define POWEROFF_CMD /* Power off command */
//#define IMAGE_TRUST_CMD /* Image trust management commands */
//#define PCI_CMD /* PCI commands */
-//#define PARAM_CMD /* Form parameter commands */
+//#define PARAM_CMD /* Request parameter commands */
//#define NEIGHBOUR_CMD /* Neighbour management commands */
//#define PING_CMD /* Ping command */
//#define CONSOLE_CMD /* Console command */