Commit db483e3b002b33890fc88cadd77f6fd1fccad2d2

Azat Khuzhin 2017-10-29T22:53:41

Allow bodies for GET/DELETE/OPTIONS/CONNECT I checked with nginx, and via it's lua bindings it allows body for all this methods. Also everybody knows that some of web-servers allows body for GET even though this is not RFC conformant. Refs: #408