//! # Response
//!
//! When a server receives a request, it sends back a response. This
//! module contains the response structure as well as traits to read
//! and write a response.
use ;
use crateTimer;
/// The server response struct.
///
/// Responses are sent by servers and received by clients.