]> git.proxmox.com Git - pve-http-server.git/commit
fix #2766: allow application/json as content-type for post/put requests
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 29 May 2020 13:29:00 +0000 (15:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Jun 2020 07:07:29 +0000 (09:07 +0200)
commit3e05f16607335d87dc026f3172070ac3c03691d6
tree5c5aadf68cbaa9e474980dba4e7879678c1fb824
parent779306a7571e0ccf42ea871a18edffb5d84dc0c9
fix #2766: allow application/json as content-type for post/put requests

this makes creating an api client much nicer

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/APIServer/AnyEvent.pm