Skip to content

valainisgt/delay-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delay-server

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}.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published