packeteer/README.md
2022-03-13 11:36:49 +00:00

13 lines
413 B
Markdown

# Packeteer
Packeteer is a library that can handle structurally organising protocol packets like HTTP 1.x requests and responses as well as generating, structuring, unpacking and potentially more features depending on the protocol.
## Supported protocols
* HTTP/1.x
* Gemini
* FTP
## What Packeteer is _not_
* a TCP/UDP stream handling library
* a server
* a protocol client
* the only way to do this, probably