pingora_core

Module utils

Source
Expand description

This module contains various types that make it easier to work with bytes and X509 certificates.

Re-exports§

  • pub use crate::tls::utils as tls;

Structs§

  • A BufRef is a reference to a buffer of bytes. It removes the need for self-referential data structures. It is safe to use as long as the underlying buffer does not get mutated.
  • A KVRef contains a key name and value pair, stored as two BufRef types.

Constants§