Open
Description
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
Labels
No labels