]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[params] Rename "form parameter" to "request parameter"
authorMichael Brown <mcb30@ipxe.org>
Tue, 28 Feb 2023 16:22:19 +0000 (16:22 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 1 Mar 2023 11:55:04 +0000 (11:55 +0000)
commit33cb56cf1b7a7138542fe18fd86898fdca2e8f0a
treeca67d7973089706ca52ddbfd3c6971d92940e54c
parent60531ff6e25d363f36f843cae29a95031aac2147
[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>
src/config/general.h
src/core/params.c
src/core/parseopt.c
src/hci/commands/param_cmd.c
src/include/ipxe/params.h
src/include/ipxe/uri.h
src/tests/uri_test.c