Skip to content

DMoscicki/simple_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

simple_queue

Queue with REST interface.

Created without package initialization and only internal resources of the Golang language

Example GET request: curl -XPUT http://127.0.0.1:port/pet?v=cat, curl -XPUT http://127.0.0.1:port/pet?v=dog, curl -XPUT http://127.0.0.1:port/role?v=manager, curl -XPUT http://127.0.0.1:port/role?v=executive

When you make GET request you can use the timeout argument for waiting the answer: curl http://127.0.0.1:port/pet?timeout=N

About

Queue with REST interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages