app.post("/test", async function(req, res) {
//resp = forward_to("127.0.0.1:1024", req)
}
How would you do the commented line considering that this post may contain a body of multipart or url encoded ect.
app.post("/test", async function(req, res) {
//resp = forward_to("127.0.0.1:1024", req)
}
How would you do the commented line considering that this post may contain a body of multipart or url encoded ect.