Skip to content

The minimalistic Rack application to respond for the `GET /time` requests.

Notifications You must be signed in to change notification settings

georgiybykov/time-getter-rack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time-getter-rack-app

The minimalistic Rack application to respond for the GET /time requests.

How to use

Send request to .../time?format=[the nodes devided by %2C]

For example

curl --url "http://localhost:9292/time?format=year%2Cmonth%2Cday%2Chour" -i

Available formats:

  • year
  • month
  • day
  • hour
  • minute
  • second

About

The minimalistic Rack application to respond for the `GET /time` requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages