これが有効になっているとき、プロキシサーバーから渡されたX-Forwarded-* ヘッダーの値がExpressのappに渡される
Express
Node.js のための高速で、革新的な、最小限のWebフレームワーク
Node.js のための高速で、革新的な、最小限のWebフレームワーク
いや、Expressサーバー無理だったが。Deno 1.28.3ではExpressは動かない機能がある。
Deno 1.28におけるnpmの互換性はまだ完璧ではなく、いくつかのエッジケースによって非互換のnpmモジュールもある
Expressはエッジケースとは言い難くないか……?
まだDenoでnpmを使っていくのは難しいという印象。
引数name
で渡された文字列の設定を有効化する。name
の文字列はapp settings tableに記載。app.enable('trust proxy')
のように呼び出す。
Sets the Boolean setting
name
totrue
, wherename
is one of the properties from the app settings table. Callingapp.set('foo', true)
for a Boolean property is the same as callingapp.enable('foo')
.
WebSocket endpoints for Express applications. Lets you define WebSocket endpoints like any other type of route, and applies regular Express middleware. The WebSocket support is implemented with the help of the ws library.