ResponseReasonPhrase

Type Alias ResponseReasonPhrase 

Source
pub type ResponseReasonPhrase = String;
Expand description

An alias for String, representing the reason phrase associated with the HTTP status code.

Aliased Typeยง

pub struct ResponseReasonPhrase { /* private fields */ }