Skip to content

Commit

Permalink
フォームの章の request.query の説明を追加した (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-void authored May 25, 2024
1 parent 6127274 commit 7b15244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3-web-servers/06-form/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://www.google.com/search?q=utcode&sourceid=chrome&ie=UTF-8
| `sourceid` | `chrome` |
| `ie` | `UTF-8` |

Express からクエリパラメータを利用する場合、`request.query` ([`express.Request#query` プロパティ](https://expressjs.com/ja/api.html#req.query)) にこれらの値が格納されています
Express からクエリパラメータを利用する場合、`request.query` ([`express.Request#query` プロパティ](https://expressjs.com/ja/api.html#req.query)) にこれらの値がオブジェクトとして格納されています

```javascript title="main.mjs"
import express from "express";
Expand Down

0 comments on commit 7b15244

Please sign in to comment.