cypress/fixtures/static/api/headers/index.js (
4
lines of code) (
raw
):
module.exports = async function (context, req) { req.headers["x-swa-custom"] = "/api/headers"; context.res.json(req.headers); };