[−][src]Function rocket_okapi::util::add_content_response
pub fn add_content_response(
responses: &mut Responses,
status: u16,
content_type: impl ToString,
media: MediaType
) -> Result<()>
Adds a Response
to a Responses
object with the given status code, Content-Type and MediaType
.