go-http-peering/doc/sequence-diagram/advertise.seq

2 lines
145 B
Plaintext
Raw Normal View History

2019-02-03 20:56:58 +01:00
Client -> Server: POST /advertise\n\n{"ID": <PEER_ID>, "Attributes": <PEER_ATTRIBUTES>, "PublicKey": <PUBLIC_KEY> }
Server -> Client: 201 Created