Added libs
This commit is contained in:
18
rendezvous/api.http
Normal file
18
rendezvous/api.http
Normal file
@@ -0,0 +1,18 @@
|
||||
@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
|
||||
|
||||
{"user":"A14/Rek5z78U1rYC+WLvU/ifnsX43o0tjnexmYdlXsjY"}
|
||||
Reference in New Issue
Block a user