Initial commit: not functional

This commit is contained in:
alex
2025-07-25 11:31:53 +03:00
parent deef4a891b
commit 77baa1430e
13 changed files with 448 additions and 88 deletions

View File

@@ -0,0 +1,8 @@
package general_server
const (
IssueMethod = "invalid request method"
IssueToReadBody = "unable to read body"
InvalidProtocol = "unknown protocol or missing PettiVer field"
InvalidProtovolVersion = "unsupported PETTI version"
)