https://github.com/problem-details/pd
Problem Detail is a way to carry machine-readable details of errors in a HTTP response
https://github.com/problem-details/pd
go http problem-details
Last synced: 3 months ago
JSON representation
Problem Detail is a way to carry machine-readable details of errors in a HTTP response
- Host: GitHub
- URL: https://github.com/problem-details/pd
- Owner: problem-details
- License: mit
- Created: 2024-05-29T10:10:26.000Z (almost 2 years ago)
- Default Branch: stable
- Last Pushed: 2024-05-29T10:26:53.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T23:38:55.409Z (almost 2 years ago)
- Topics: go, http, problem-details
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Problem Details for HTTP APIs
This document defines a "problem detail" as a way to carry machine-readable
details of errors in a HTTP response to avoid the need to define new error
response formats for HTTP APIs.