Skip to main content

write_problem_response

Function write_problem_response 

Source
pub async fn write_problem_response(
    ctx: &mut dyn IHttpContext,
    problem: ProblemDetails,
)
Expand description

Write RFC 7807 problem+json to the response.