docs/middleware
Grace Park 44f451eb09
Removing webpack build step (#20405)
* removing webpack build step

* keep copywebpackplugin and add fonts to assets/fonts

* update marketing font path

* update font path

* update font

* remove builtAssets

* remove copying front end code with dist

* move Inter fonts to /assets/fonts/inter

* move copy-webpack-plugin back to deps

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2021-07-22 09:11:30 -07:00
..
contextualizers
redirects
README.md
abort.js
archived-enterprise-versions-assets.js
archived-enterprise-versions.js
block-robots.js
catch-bad-accept-language.js
categories-for-support.js
connect-datadog.js
context.js Removing webpack build step (#20405) 2021-07-22 09:11:30 -07:00
cookie-parser.js
cors.js
csp.js
csrf.js
detect-language.js
disable-caching-on-safari.js
events.js
featured-links.js
find-page.js
halt-on-dropped-connection.js
handle-csrf-errors.js
handle-errors.js Removing webpack build step (#20405) 2021-07-22 09:11:30 -07:00
handle-invalid-paths.js
handle-next-data-path.js
index.js
is-next-request.js
learning-track.js
loaderio-verification.js
next.js fix: filter hidden pages from the currentProductTree (SidebarProduct) (#20404) 2021-07-20 12:32:35 -04:00
package.json
rate-limit.js
record-redirect.js
render-page.js Remove all code related to Redis page caching (#20457) 2021-07-21 20:44:00 +00:00
req-utils.js
robots.js
search.js
set-fastly-cache-headers.js
set-fastly-surrogate-key.js
timeout.js
trigger-error.js

README.md

Middleware

Each file in this directory exports an Express Middleware function.

For more info, see https://expressjs.com/en/guide/using-middleware.html

Subdirectories

There are subdirectories for different types of middleware: