mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add Headers and body add PUT Method * fix check length of headers * bad commit * style check * better body description * Descr and RFC enforcement on 'PUT' and body Only PUT can accept a statically defined body. GET will ignore it (RFC) and POST body is generated with the parameters. * Process the variables as well for headers * Update Api.php * update docs