let response = await fetch("/test", {method:"POST"}); console.log(response.body); /*<---------response.body is an example of a readable stream*/