Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/e7d47ef1286b7c49cccee86b40ca7dd2 to your computer and use it in GitHub Desktop.
Save trycf/e7d47ef1286b7c49cccee86b40ca7dd2 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
cfhttp(
url="https://httpstat.us/200?sleep=5000",
result="ret"
);
writeDump(ret);
cfhttp(
url="https://httpstat.us/200?sleep=5000",
timeout="1",
result="ret"
);
writeDump(ret);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment