[][src]Type Definition solicit::http::StaticResponse

type StaticResponse = Response<'static, 'static>;

A type alias for a Response where all headers' names and values must have a 'static lifetime if they are borrowed. This means that the parts can also be owned.