`value.string()` parses the whole body which can be quite large, instead use the ByteStream to do it in a more memory efficient manner.
`value.string()` parses the whole body which can be quite large, instead use the ByteStream to do it in a more memory efficient manner.