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.
1 parent 5cfba0b commit 8a09a42Copy full SHA for 8a09a42
ja/connect/README.md
@@ -32,7 +32,7 @@ Echoサーバでは `req.pipe(res);` という形でリクエストをそのま
32
もう少し_middleware_をプラグインらしくモジュールとして実装したものを見てみます。
33
34
次の[connect-example.js](#connect-example.js)は、あらゆるリクエストに対して、
35
-`"response text"`というレスポンスを`"X-Content-Type-Options"`ヘッダを付けて返すだけのものです。
+`"response text"`というレスポンスを`"X-Content-Type-Options"`ヘッダを付けて返すだけのサーバです。
36
37
それぞれの処理を_middleware_としてファイルを分けて実装し、`app.use(middleware)`で処理を追加しています。
38
0 commit comments