pub async fn write_problem_response(
ctx: &mut dyn IHttpContext,
problem: ProblemDetails,
)Expand description
Write RFC 7807 problem+json to the response.
pub async fn write_problem_response(
ctx: &mut dyn IHttpContext,
problem: ProblemDetails,
)Write RFC 7807 problem+json to the response.