Skip to content

Issue 1: Inconsistent URL Construction #1662

Open
@PrinceSajjadHussain

Description

@PrinceSajjadHussain

In several files (e.g., api.js, computation.js, database.js), the URL is constructed using http.url${__ENV.CADDY_HOSTNAME}/sleep.php.... In other files (e.g., hanging-requests.js, hello-world.js, timeouts.js), the URL is constructed using string concatenation: ${__ENV.CADDY_HOSTNAME}/sleep.php.... The usage should be consistent across all files. Prefer http.url` or template literals for readability and maintainability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions