Home / File/ yell.mjs — astro Source File

yell.mjs — astro Source File

Architecture documentation for yell.mjs, a javascript file in the astro codebase.

Entity Profile

Source Code

export default async (req, context) => {
  const res = await context.next()
  const body = await res.text()

  return new Response(body.toUpperCase(), res)
}

export const config = {
  path: "/processed/*"
}

Frequently Asked Questions

What does yell.mjs do?
yell.mjs is a source file in the astro codebase, written in javascript.
Where is yell.mjs in the architecture?
yell.mjs is located at packages/integrations/netlify/test/development/fixtures/primitives/netlify/edge-functions/yell.mjs (directory: packages/integrations/netlify/test/development/fixtures/primitives/netlify/edge-functions).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free