Module sozu_lib::testing

source ·

Re-exports§

Structs§

  • details of an HTTP listener
  • details of an HTTPS listener
  • Socket addresses and file descriptors of TCP sockets, needed by a Proxy to start listening
  • Polls for readiness events on all registered values.
  • A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
  • A mutable memory location with dynamically checked borrow rules
  • Registers I/O resources.
  • A unix socket specialized for file descriptor passing
  • Used by a worker to start its server loop. The defaults should match those of the config module
  • Everything needed to create a Server
  • Pre-allocated storage for a uniform data type
  • details of an TCP listener
  • Associates readiness events with event::Sources.
  • A non-blocking Unix stream socket.

Traits§

  • Provides the context method for Result.
  • A trait to express the ability to consume an object and acquire ownership of its raw file descriptor.

Functions§