"Middleware" is not found on TREX in Slovak-English direction
Try Searching In English-Slovak (Middleware)

Low quality sentence examples

Ak aktuálna middleware funkcia neukončuje request-response cyklus, musí posunúť obsluhu
If the current middleware function does not end the request-response cycle,
Nasledujúci príklad ukazuje middleware funkciu pripojenú na ceste /user/: id.
This example shows a middleware function mounted on the/user/: id path.
MHP je middleware softvér umožňujúci komunikáciu interaktívnych aplikácií s operačným systémom set-top-boxu.
MHP is the middleware software enabling communication of interactive applications with the operating system of the set-top-box.
Application-level a router-level middleware môžete načítať s voliteľnou cestou(path-om.
You can load application-level and router-level middleware with an optional mount path.
zaviazala sa k vytváraniu optického prepojeného middleware.
is committed to creating optical interconnect middleware.
session middleware vstavaný v Express 3.x.
session middleware built-in to Express 3.x.
Pre zapnutie gzip kompresie vo vašej Express aplikácii používajte compression middleware.
Use the compression middleware for gzip compression in your Express app.
čo je najdôležitejšie- bez middleware!
most importantly- without any middleware!
Pre viac informácií ohľadom Express middleware si pozrite: Použitie Express middleware..
For more information about Express middleware, see: Using Express middleware..
použiť vytvorený middleware.
we need to use the ForwardedHeaders middleware.
jej handler funkciu(middleware systém.
its handler function(middleware system.
Táto myLogger middleware funkcia len vypisuje správu a posunie spracovanie ďalšej
The middleware function myLogger simply prints a message,
Táto aplikácia využíva"CRIWARE(TM)" od CRI middleware Co.
This application uses“CRIWARE(TM)” from CRI Middleware Co. Ltd.
Náš vlastný middleware umožňuje jednoduchú integráciu riešení do vášho existujúceho systému IT.
Our in-house middleware enables simple integration of solutions into your existing IT system.
Pre načítanie middleware funkcie zavolajte app. use(),
To load the middleware function, call app. use(),
HTTP response argument k middleware funkcii, nazvaný"res" podľa konvencie.
HTTP response argument to the middleware function, called"res" by convention.
Táto middleware funkcia príjma query parameter nazvaný“params” ktorý je JSON objekt.
This middleware function accepts a query field parameter named“params” that is a JSON object.
Nie je potrebný žiadny middleware, Webservicer sa pripojí priamo k externým webovým službám.
No middleware is needed, Webservicer connects directly to the external web services.
Vo väčšine prípadov môžete jednoducho nahradiť starý Express 3 middleware jeho Express 4 variantou.
In most cases, you can simply replace the old version 3 middleware with its Express 4 counterpart.
Ak chcete preskočiť zostávajúce middleware funkcie z router middleware stack-u, zavolajte next('route')
To skip the rest of the middleware functions from a router middleware stack, call next('route')