We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe8815 commit a156f58Copy full SHA for a156f58
blog/25-07-24/http-server/ex/login-server.js
@@ -37,7 +37,7 @@
37
}//request
38
39
40
- function post(req){
+ async function post(req){
41
42
var body = '';
43
for(await data of req)body+=data;
0 commit comments