pub type ResponseStatusCode = usize;
An alias for usize, representing the numeric status code of the HTTP response.
usize