We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d7c838 + 2b5a5e0 commit 0ab4a43Copy full SHA for 0ab4a43
ja/connect/README.md
@@ -31,7 +31,7 @@ Echoサーバでは `req.pipe(res);` という形でリクエストをそのま
31
32
もう少し_middleware_をプラグインらしくモジュールとして実装したものを見てみます。
33
34
-次の[connect-example.js](#connect-example.js)では、あらゆるリクエストに対して、
+次の[connect-example.js](#connect-example.js)は、あらゆるリクエストに対して、
35
`"response text"`というレスポンスを`"X-Content-Type-Options"`ヘッダを付けて返すだけのものです。
36
37
それぞれの処理を_middleware_としてファイルを分けて実装し、`app.use(middleware)`で処理を追加しています。
0 commit comments