Type Alias ResponseReasonPhrase

Source
pub type ResponseReasonPhrase = String;
Expand description

The reason phrase associated with the HTTP status code (e.g., “OK”, “Not Found”).

Aliased Type§

pub struct ResponseReasonPhrase { /* private fields */ }