has_body(Req :: cowboy_req:req()) -> boolean()
cowboy_req:has_body - Is there a request body?
has_body(Req :: cowboy_req:req()) -> boolean()
Return whether the request has a body.
The Req object.
A boolean indicating whether the request has a body.
1.0: Function introduced.
true = cowboy_req:has_body(Req).