* Fixed duplicate plugin events
This commit is contained in:
parent
71aadb7767
commit
47ee28f74f
9 changed files with 24 additions and 11 deletions
|
@ -105,3 +105,11 @@ v0
|
|||
|
||||
These are constant endpoints available on direct connection servers. Plugin endpoints for direct connections are not documented here.
|
||||
|
||||
* /ping
|
||||
- Methods: GET
|
||||
- Returns 200 with 'pong!'
|
||||
|
||||
* /close
|
||||
- Methods: GET
|
||||
- Kills the direct connection server, destroying the onion address.
|
||||
- Returns 200 with 'goodbye'
|
|
@ -1,4 +1,4 @@
|
|||
# Onionr Block Spec v1.0.0
|
||||
# Onionr Block Spec v1.1.0
|
||||
|
||||
# Block Description
|
||||
|
||||
|
@ -60,4 +60,4 @@ Pow is a field for placing the nonce found to make a block meet a target proof o
|
|||
|
||||
## encryptType
|
||||
|
||||
encryptType is a field to specify the mode of encryption for a block. The values supported by Onionr are 'asym' and 'sym'.
|
||||
encryptType is a field to specify the mode of encryption for a block. The values supported by Onionr are 'asym' and 'sym'.
|
Loading…
Add table
Add a link
Reference in a new issue