{"id":66569,"library":"http-api-problem","title":"HTTP API Problem","description":"A library to create HTTP error response content for APIs based on RFC 7807.","status":"active","version":"0.60.0","language":"rust","source_language":null,"source_url":"https://github.com/chridou/http-api-problem","tags":["http","api","error","rfc7807","problem"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhttp-api-problem = \"0.60.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add http-api-problem","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"HttpApiProblem","correct":"use http_api_problem::HttpApiProblem;"}],"quickstart":{"code":"use http_api_problem::HttpApiProblem;\nuse http::StatusCode;\n\nfn main() {\n    let problem = HttpApiProblem::new(StatusCode::NOT_FOUND)\n        .with_title(\"Resource not found\")\n        .with_detail(\"The requested resource does not exist.\");\n    println!(\"Problem JSON: {}\", serde_json::to_string(&problem).unwrap());\n}","lang":"rust","description":"Create an RFC 7807 problem JSON for a 404 error."},"warnings":[],"env_vars":null,"search_vec":"'7807':17 'api':2,13,19 'base':14 'content':11 'creat':7 'error':9,20 'http':1,8,18 'librari':5 'problem':3,22 'respons':10 'rfc':16 'rfc7807':21","created_at":"2026-06-17T17:25:31.053221+00:00","updated_at":"2026-06-17T17:25:31.053221+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/chridou/http-api-problem","github":"https://github.com/chridou/http-api-problem","docs":"https://docs.rs/http-api-problem/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}