19 lines
338 B
HTTP
19 lines
338 B
HTTP
@hostname = http://localhost
|
|
@port = 5050
|
|
@hostServer = {{hostname}}:{{port}}/rendezvousServer
|
|
@hostClient = {{hostname}}:{{port}}/rendezvousClient
|
|
|
|
###
|
|
|
|
GET {{hostServer}}/run
|
|
|
|
###
|
|
|
|
GET {{hostClient}}/server
|
|
|
|
###
|
|
POST {{hostServer}}/server HTTP/1.1
|
|
content-type: application/json
|
|
|