A web application that accepts requests and will delay returning a response based on the given amount of time. The only endpoint here is /home
, which accepts two query parameters: delay
and nonce
. The response payload is a representation of what the user sent. For example, If I were to stand this web application up at http://localhost
, the following request http://localhost/home?delay=5000&nonce=hello%20world
would be accepted by the server, wait five seconds, and then return {"nonce":"hello world","delay":5000}
.
-
Notifications
You must be signed in to change notification settings - Fork 0
License
valainisgt/delay-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published