> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Correctness

<AccordionGroup>
  <Accordion title="avoid-accessing-request-in-wrong-handler">
    Accessing request object inside a route handle for HTTP GET command will throw due to missing request body.
  </Accordion>

  <Accordion title="flask-duplicate-handler-name">
    Looks like `$R` is a flask function handler that registered to two different routes. This will cause a runtime error
  </Accordion>
</AccordionGroup>
