What is the translation of " MIDDLEWARE FUNCTION " in Slovak?

middleware funkciu
middleware function
middleware
middleware funkcia
middleware function
middleware funkcie
middleware function

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

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Official/political category close
  • Computer category close
  • Programming category close
Middleware functions can perform the following tasks.
Middleware funkcie dokážu vykonávať nasledujúce úlohy.
The app now uses the requestTime middleware function.
Aplikácia teraz používa requestTime middleware funkciu.
The middleware function is assigned to a variable named myLogger.
Middleware funkcia je priradená premennej nazvanej myLogger.
The following figure shows the elements of a middleware function call.
Nasledujúci diagram ukazuje jednotlivé časti volania middleware funkcie.
Static middleware function with an elaborate options object.
Static middleware funkcie s rôznou konfiguráciou options objektu.
If you are serving many assets from a directory, use the express.static() middleware function.
Ak potrebujete servovať veľa statických súborov z konkrétneho priečinka,použite express. static() middleware.
Callback argument to the middleware function, called"next" by convention.
Callback argument k middleware funkcii, nazvaný"next" podľa konvencie.
This middleware function accepts a query field parameter named“params” that is a JSON object.
Táto middleware funkcia príjma query parameter nazvaný“params” ktorý je JSON objekt.
This example shows a middleware function with no mount path.
Nasledujúci príklad ukazuje middleware funkciu, ktorá nie je pripojená na žiaden path.
We can serve static files such as images, JavaScript files and CSS files in Express using the built-in express.static middleware function.
Na servovanie statických súborov ako sú obrázky, CSS a JavaScript súbory používajte vstavaný express.static middleware.
This example shows a middleware function mounted on the/user/: id path.
Nasledujúci príklad ukazuje middleware funkciu pripojenú na ceste /user/: id.
For information on the options argument and more details on this middleware function, see express. static.
Informácie ohľadom options parametra ako i ďalšie detaily ohľadom tohto middleware nájdete tu: express. static.
This default error-handling middleware function is added at the end of the middleware function stack.
Táto defaultná error-handling middleware funkcia je pridaná na koniec stacku middleware funkcií..
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.
Aplikácia bude teraz schopná obslúžiť prichádzajúce požiadavky na ceste /birds a /birds/about,a taktiež vyvolať timeLog middleware funkciu, ktorá je špecifická pre tento route.
Next, we will create a middleware function called“requestTime” and add a property called requestTime to the request object.
Ďalej vytvoríme middleware funkciu s názvom“requestTime” a ktorá pridáva requestTime atribút na request objekt.
For organizational(and higher-level framework) purposes, you can define several error-handling middleware functions,much as you would with regular middleware functions.
Z dôvodu lepšej organizácie kódu je možné zadefinovať niekoľko error-handling middleware funkcií,podobne ako je tomu so štandardnými middleware funkciami.
Make sure that the middleware functions are loaded in the correct order- load errorHandler after loading the app routes.
Uistite sa, že middleware funkcie sú načítané v správnom poradí- načítajte errorHandler až po načítaní app routes.
HTTP response argument to the middleware function, called"res" by convention.
HTTP response argument k middleware funkcii, nazvaný"res" podľa konvencie.
Overview Middleware functions are functions that have access to the request object(req), the response object(res), and the next function in the application's request-response cycle.
Prehľad Middleware funkciefunkcie, ktoré majú prístup k request objektu(req), response objektu(res) a nasledujúcej middleware funkcii v request-response cykle aplikácie.
This method is used for loading middleware functions at a path for all request methods.
Táto metóda sa používa ako middleware funkcia pre konkrétny koncový bod a všetky jej request metódy.
Writing Error Handlers Define error-handling middleware functions in the same way as other middleware functions, except error-handling functions have four arguments instead of three:(err, req, res, next).
Middleware funkcie pre error-handling sa definujú rovnako, ako ostatné middleware funkcie s jediným rozdielom a to, že majú štyri argumenty namiesto troch:(err, req, res, next).
Note: The order of middleware loading is important- middleware functions that are loaded first are also executed first.
Poradie načítania middleware-ov je dôležité: middleware funkcie, ktoré sú načítane prvé, sú aj ako prvé vyvolané.
Errors are handled by one or more special middleware functions that have four arguments, instead of the usual three:(err, req, res, next).
Error-handling middleware funkcie sa definujú rovnako ako ostatné middleware funkcie, len majú štyri argumenty namiesto troch, špecificky podľa signatúry(err, req, res, next).
In version 4 you can use avariable parameter to define the path where middleware functions are loaded, then read the value of the parameter from the route handler.
Vo verzii 4 môžete použiť voliteľný parameter k definovaniu path-u,kedy sa má middleware funkcia načítať a následne prečítať hodnotu parametra z route handlera.
NOTE: next('route') will work only in middleware functions that were loaded by using the app.
POZNÁMKA: next('route') zafunguje iba v takých middleware funkciách, ktoré boli načítané pomocou app.
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.
Nasledujúci príklad vytvára router ako modul, načítava v ňom middleware, definuje niekoľko routes a pripája tento router na path v hlavnej aplikácii.
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.
Nasledujúci príklad demonštruje vytvorenie router modulu, načítanie middleware funkcie, špecifikuje niekoľko route definícií a ukazuje pripojenie router modulu na cestu(path) v hlavnej aplikácii.
Express uses the debug moduleinternally to log information about route matches, middleware functions that are in use, application mode, and the flow of the request-response cycle.
Debuggovanie Express Express internepoužíva k logovaniu informácií ohľadom route matchingu, použitých middleware funkciách, aplikačného módu a toku request response cyklu modul debug.
Results: 28, Time: 0.0357

Word-for-word translation

Top dictionary queries

English - Slovak