postmanlabs / httpbin

HTTP Request & Response Service, written in Python + Flask.
https://httpbin.org
ISC License
12.83k stars 1.82k forks source link

Can we check Latency less than 1 second in httpbin #689

Open ChocolatePadmanaban opened 1 year ago

ChocolatePadmanaban commented 1 year ago

ASAIK we can only check latency as 1s minimum

curl https://httpbin.org/delay/1

is there a way to check less than 1 second when i tried float values i got this error

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>