generated at: 2013-11-17 14:49:40
POST /
get message ok
Target Server
http://localhost
(Plack application)
Parameters
application/json
id: Number (e.g. 1)message: String (e.g. "blah blah")
Request
POST /
Response
- Status: 200
- Content-Type: application/json
{
"message" : "Hello"
}
POST /foo
get message ok
Target Server
http://localhost
(Plack application)
Parameters
application/json
id: Number (e.g. 1)message: String (e.g. "blah blah")
Request
POST /foo
Response
- Status: 200
- Content-Type: application/json
{
"message" : "Goodbye"
}