]> git.mxchange.org Git - flightgear.git/commit
Support request body on xmlhttprequest.
authorJames Turner <zakalawe@mac.com>
Sat, 17 Nov 2012 18:10:15 +0000 (18:10 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 17 Nov 2012 18:10:15 +0000 (18:10 +0000)
commit8a954f8338cac470647ce8026c021c76e5240fec
tree0399ea4b962ebe9d3da997081b538f0c4ec7186f
parentbf0dbb22d0c0e1a410892c640cf3202523f2c95a
Support request body on xmlhttprequest.

Allow XML property data to be submitted with a request; changes the request method from GET to POST. Supply nodes via the 'body' argument to the command.
src/Main/fg_commands.cxx