]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[http] Add support for HTTP POST
authorMichael Brown <mcb30@ipxe.org>
Mon, 19 Aug 2013 16:17:49 +0000 (17:17 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 19 Aug 2013 16:22:58 +0000 (17:22 +0100)
commit82e452d4272ed447cbc302421cf1b3bf1ca2d8fd
tree0ab453aa5ce58a3ae9cbb23a783fa43c9aa28a96
parente52380fa3b6631851ea5fdf2425c3b49e4229179
[http] Add support for HTTP POST

Allow HTTP POST requests to be generated when the URI includes a
parameter list.  For example:

  #!ipxe
  params
  param mac ${net0/mac}
  param uuid ${uuid}
  param asset ${asset}
  chain http://boot.ipxe.org/demo/boot.php##params

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tcp/httpcore.c