extracts last element of the body
or responds BadRequest if body can't be extracted *
extract body as raw bytes w/o checking its content type bytes.
extract body as raw bytes w/o checking its content type bytes.
If Content-Length
header is provided, then up to that much bytes is consumed from the body.
Otherwise this prouces a stream of bytes that is terminated after clients signal EOF
extracts body as stream of A
*