docs/middleware
Peter Bengtsson 8da93a453e
Switch to Commonmark rendering pipeline (#41003)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-09-21 18:07:33 +00:00
..
api trailingCommas:all on prettier (#38888) 2023-07-11 11:44:52 +00:00
contextualizers Switch to Commonmark rendering pipeline (#41003) 2023-09-21 18:07:33 +00:00
README.md
abort.js Import from the src directory in Node using `#src` (#37578) 2023-06-05 21:44:20 +00:00
block-robots.js Create versions and archives src folders (#42802) 2023-09-19 16:40:43 +00:00
build-info.js Combine cache control (#33067) 2022-11-30 00:04:34 +00:00
cache-control.js trailingCommas:all on prettier (#38888) 2023-07-11 11:44:52 +00:00
categories-for-support.js trailingCommas:all on prettier (#38888) 2023-07-11 11:44:52 +00:00
context.js Create versions and archives src folders (#42802) 2023-09-19 16:40:43 +00:00
cookie-parser.js
fast-head.js Combine cache control (#33067) 2022-11-30 00:04:34 +00:00
fastly-behavior.js Update Fastly test middleware to run in staging ONLY. 2022-06-02 17:19:53 -06:00
fastly-cache-test.js Update Fastly test middleware to run in staging ONLY. 2022-06-02 17:19:53 -06:00
favicons.js Serve /apple-touch-icon-120x120.png (#37667) 2023-06-08 15:46:01 +00:00
find-page.js Create languages src directory (#41661) 2023-08-30 17:24:59 +00:00
get-remote-json.js trailingCommas:all on prettier (#38888) 2023-07-11 11:44:52 +00:00
halt-on-dropped-connection.js
handle-next-data-path.js wrap async middlewares correctly (#28030) 2022-06-01 15:13:23 +00:00
healthz.js Combine cache control (#33067) 2022-11-30 00:04:34 +00:00
helmet.js Create versions and archives src folders (#42802) 2023-09-19 16:40:43 +00:00
index.js Create versions and archives src folders (#42802) 2023-09-19 16:40:43 +00:00
manifest-json.js Present a manifest JSON file with icons (#37292) 2023-05-31 12:05:37 +00:00
mock-va-portal.js Notes about testing the VA portal locally (#39042) 2023-07-13 19:04:59 +00:00
next.js Plain text 404 page for non language urls (#37752) 2023-06-12 20:19:48 +00:00
product-icons.js Preview hover cards (#34702) 2023-03-21 19:59:49 +00:00
reload-tree.js Create languages src directory (#41661) 2023-08-30 17:24:59 +00:00
remote-ip.js Combine cache control (#33067) 2022-11-30 00:04:34 +00:00
render-page.js Create versions and archives src folders (#42802) 2023-09-19 16:40:43 +00:00
robots.js Cache robots.txt longer (#36907) 2023-05-08 15:13:13 +00:00
set-fastly-surrogate-key.js trailingCommas:all on prettier (#38888) 2023-07-11 11:44:52 +00:00
timeout.js Import from the src directory in Node using `#src` (#37578) 2023-06-05 21:44:20 +00:00
trailing-slashes.js Combine cache control (#33067) 2022-11-30 00:04:34 +00:00

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: