Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 115 Bytes

example.rest

File metadata and controls

8 lines (6 loc) · 115 Bytes

@port = 8080

POST http://localhost:{{port}}/RubyJob HTTP/1.1 content-type: application/json

{
"hello": "World"

}