Skip to content

Instantly share code, notes, and snippets.

@haigopi
Created June 24, 2018 21:57
Show Gist options
  • Save haigopi/a985c52417575db473df725834b3d5f3 to your computer and use it in GitHub Desktop.
Save haigopi/a985c52417575db473df725834b3d5f3 to your computer and use it in GitHub Desktop.
GET: http://localhost:9000/api/hello/AliceInWonderland
Result: Hello, AliceInWonderland!
POST: curl -H "Content-Type: application/json" -X POST -d '{"mssage": "Hi"}' http://localhost:9000/api/hello/TestMe
Result: { "done": true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment