Created
June 24, 2018 21:57
-
-
Save haigopi/a985c52417575db473df725834b3d5f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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