We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5f7ca commit fdb5630Copy full SHA for fdb5630
blog/25-07-24/http-server/ex/login-server.js
@@ -43,6 +43,7 @@
43
for await(data of req)body+=data;
44
var params = new URLSearchParams(body);
45
var json = Object.fromEntries(params);
46
+ console.log(json);
47
return json;
48
49
}//read
0 commit comments