DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVASCRIPT
middleware in express
app
.
use
(
'/user/:id'
,
(
req
,
res
,
next
)
=>
{
console
.
log
(
'Request Type:'
,
req
.
method
)
next
(
)
}
)
Source by expressjs.com #
PREVIOUS
NEXT
Tagged:
#middleware
#express
ADD COMMENT
Topic
COMMENT
Name
8+5 =
Submit