Expand description
Encoding/decoding of messages in pgwire. See “Frontend/Backend Protocol: Message Formats” in the PostgreSQL reference for the specification.
See the crate docs for higher level concerns.
Structs§
- Cursor
- Decodes data within pgwire messages.
Enums§
Constants§
- ACCEPT_
SSL_ ENCRYPTION - MAX_
REQUEST_ SIZE - Maximum allowed size for a request.
- REJECT_
ENCRYPTION
Traits§
Functions§
- decode_
startup - input_
err - Constructs an error indicating that the client has violated the pgwire protocol.
- parse_
frame_ len