Skip to content

kpbochenek/akka-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send correct request to calculator (result is 80)

curl -X POST -H "Content-Type:application/json" -d @jsons/multiply.json -v localhost:8000/calculate

Send correct request to calculator (result is 5)

curl -X POST -H "Content-Type:application/json" -d @jsons/div_ok.json -v localhost:8000/calculate

Send request to divide by 0 (response without 'value' field)

curl -X POST -H "Content-Type:application/json" -d @jsons/div_0.json -v localhost:8000/calculate

Send request to do unknown operation (400 response with message about malformed "x")

curl -X POST -H "Content-Type:application/json" -d @jsons/wrong.json -v localhost:8000/calculate

Send request to list multiple directories

curl -v http://localhost:8000/directory\?dir\=target\&dir2\=src/main\&dir3\=.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages