Expand description
Contains code pertaining to the actual server itself. This mostly deals with TLS & SSL so that we can identify clients based on certificates used.
Most of the logic in this module is taken from: https://gist.github.com/darwindarak/9b18e49d0d5b384dd332d2c8d9e785fe
Re-exports§
pub use crate::errors::ServerError as Error;
Functions§
- Function that serves a warp server, but now by providing additional information about the authenticated client.