MIDDLEWARE FUNCTION Meaning in Japanese - translations and usage examples

ミドルウェア関数を

Examples of using Middleware function in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Middleware function myLogger.
ミドルウェア関数myLogger。
Static built-in middleware function in Express.
Staticミドルウェア関数を使用します。
Middleware function requestTime.
ミドルウェア関数requestTime。
Path(route) for which the middleware function applies.
ミドルウェア関数が適用されるパス(ルート)。
Static middleware function multiple times:.
Staticミドルウェア関数を複数回呼び出します。
HTTP method for which the middleware function applies.
ミドルウェア関数が適用されるHTTPメソッド。
Static middleware function with an elaborate options object:.
Staticミドルウェア関数の使用例を示します。
The following figure shows the elements of a middleware function call:.
次の例は、ミドルウェア関数呼び出しの要素を示しています。
The middleware function is assigned to a variable named myLogger.
ミドルウェア関数は、myLoggerという名前の変数に割り当てられます。
Here is a simple example of a middleware function called“myLogger”.
次に、”myLogger”というミドルウェア関数の簡単な例を示します。
Js or Express API,but is the third argument that is passed to the middleware function.
JsまたはExpressAPIの一部ではありませんが、ミドルウェア関数に渡される3番目の引数です。
This example shows a middleware function with no mount path.
次の例は、マウント・パスを指定しないミドルウェア関数を示しています。
This middleware function accepts a query field parameter named“params” that is a JSON object.
このミドルウェア関数は、JSONオブジェクトである「params」という照会フィールド・パラメーターを受け入れます。
Callback argument to the middleware function, called"next" by convention.
ミドルウェア関数コールバック引数(慣習的に「next」と呼ばれます)。
Express looks up the files in the order in which you set the static directories with the express.static middleware function.
Expressは、express.staticミドルウェア関数に静的ディレクトリーが設定された順序でファイルを検索します。
The only built-in middleware function in Express is express. static.
Expressの唯一の標準装備のミドルウェア関数はexpress.staticです。
The callback function of theroot path route uses the property that the middleware function adds to req(the request object).
ルートのコールバック関数は、ミドルウェア関数がreq(リクエストオブジェクト)に追加するプロパティーを使用します。
This default error-handling middleware function is added at the end of the middleware function stack.
このデフォルトのエラー処理ミドルウェア関数は、ミドルウェア関数スタックの最後に追加されます。
The app will now be able to handle requests to/birds and/birds/about,as well as call the timeLog middleware function that is specific to the route.
これで、アプリケーションは、/birdsおよび/birds/aboutに対するリクエストを処理するほか、ルートに固有のtimeLogミドルウェア関数を呼び出すことができるようになります。
This example shows a middleware function mounted on the/user/: id path.
次の例は、/user/:idパスにマウントされたミドルウェア関数を示しています。
Express is a routing and middleware web framework that has minimal functionality of its own:An Express application is essentially a series of middleware function calls.
Expressは、それ自体では最小限の機能を備えたルーティングとミドルウェアのWebフレームワークです。Expressアプリケーションは基本的に一連のミドルウェア関数呼び出しです。
HTTP request argument to the middleware function, called"req" by convention.
ミドルウェア関数HTTPリクエスト引数(慣習的に「req」と呼ばれます)。
You can write your own middleware functions, and you are likely to have to do so(if only to create error handling code).
あなたは自身のミドルウェア機能を書くことができ、そうする必要があるでしょう(エラー処理コードを作成するためだけの場合)。
HTTP response argument to the middleware function, called"res" by convention.
ミドルウェア関数HTTPレスポンス引数(慣習的に「res」と呼ばれます)。
Next, we will create a middleware function called“requestTime” and add a property called requestTime to the request object.
次に、「requestTime」というミドルウェア関数を作成し、requestTimeというプロパティとしてリクエストオブジェクトに追加します。
Here is an example of loading a series of middleware functions at a mount point, with a mount path.
次に、マウント・パスを指定して、一連のミドルウェア関数をマウント・ポイントにロードする例を示します。
To skip the rest of the middleware functions from a router middleware stack, call next('route') to pass control to the next route.
ルーター・ミドルウェア・スタックの残りのミドルウェア関数をスキップするには、next('route')を呼び出して、次のルートに制御を渡します。
The following example creates a router as a module, loads a middleware function in it, defines some routes, and mounts the router module on a path in the main app.
次の例では、ルーターをモジュールとして作成し、その中にミドルウェア関数をロードして、いくつかのルートを定義し、ルート・モジュールをメインアプリケーションのパスにマウントします。
You can also load a series of middleware functions together, which creates a sub-stack of the middleware system at a mount point.
また、一連のミドルウェア関数を一緒にロードできます。こうすると、マウント・ポイントにミドルウェア・システムのサブスタックが作成されます。
If a file cannot be found by one middleware function then it will simply be passed on to the subsequent middleware(the order that middleware is called is based on your declaration order).
ファイルが1つのミドルウェア関数で見つからない場合は、そのファイルは後続のミドルウェアに単純に渡されます(ミドルウェアが呼び出される順序は宣言の順序に基づいています)。
Results: 30, Time: 0.0304

Word-for-word translation

Top dictionary queries

English - Japanese