mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
refactor: 🚚 Do full rename of Lysand to Versia
This commit is contained in:
parent
a106e7acef
commit
6414337a30
21 changed files with 88 additions and 88 deletions
|
|
@ -1,12 +1,12 @@
|
|||
export const metadata = {
|
||||
title: 'HTTP',
|
||||
description:
|
||||
'How Lysand uses the HTTP protocol for all communications between instances.',
|
||||
'How Versia uses the HTTP protocol for all communications between instances.',
|
||||
}
|
||||
|
||||
# HTTP
|
||||
|
||||
Lysand uses the HTTP protocol for all communications between instances. HTTP requests must conform to certain standards to ensure compatibility between different implementations, as well as to ensure the security and integrity of the data being exchanged.
|
||||
Versia uses the HTTP protocol for all communications between instances. HTTP requests must conform to certain standards to ensure compatibility between different implementations, as well as to ensure the security and integrity of the data being exchanged.
|
||||
|
||||
ALL kinds of HTTP requests/responses between instances **MUST** include a [Signature](/signatures), signed with either the relevant [User](/entities/user)'s private key or the [Server Actor](/entities/server-actor)'s private key.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue