rfc-7807
There are 33 repositories under rfc-7807 topic.
Crell/ApiProblem
A simple implementation of the api-problem specification. Includes PSR-15 support.
lcobucci/error-handling-middleware
A PSR-15 middleware compatible with RFC 7807
PDMLab/http-problem-details
This library implements HTTP Problem details (RFC 7807) for HTTP APIs build with Node.js.
moogar0880/problems
RFC-7807 compliant library for describing HTTP errors
Fcmam5/nest-problem-details
A Nest.js HTTP exceptions filter returning RFC-7807 responses
cbornet/python-httpproblem
Utility library to work with RFC7807 Problem Details for HTTP APIs
PDMLab/http-problem-details-parser
Parse HTTP Problem Details (RFC7807) from objects / JSON to your local error types.
vapor-ware/fastapi-rfc7807
RFC-7807 compliant problem detail error response handler for FastAPI applications
t1/problem-details
Problem Details [RFC-9457] Java API, TCK, and implementations for JAX-RS and (currently not) Spring Boot
ehmicky/modern-errors-http
`modern-errors` plugin to create HTTP error responses.
pedrosalpr/laravel-api-problem
The objective of this package is to facilitate error outputs from API requests in accordance with the RFC 9457 standard.
atheriel/httpproblems
Report errors from R APIs using "Problem Details" (RFC 7807)
sdatspun2/error-catalog-service
Error Catalog Service for HTTP APIs
ehmicky/error-http-response
Create HTTP error responses.
ezzabuzaid/rfc-7807-problem-details
Typescript implementation of RFC 7807
lukecarr/houston
🚨 Houston, we have an application/problem+json!
kodeart/go-problem
Problem details for HTTP APIs per RFC-9457 standard
AmielCyber/get-problem-details
Transforms an unsuccessful response into a problem details TypeScript object. Works with ASP.NET's default problem details configuration.
askeladdk/hproblem
RFC 7807 - Problem Details for HTTP APIs in Go.
KeyWeeUsr/problemdetail
An implementation of RFC9457, Problem Details for HTTP APIs
liturner/problem-details
Zero Dependency Java implementation of RFC 9457.
poliva-optionti/rest-bundle
A convenient set of tools for rapid API development in Symfony
trskop/http-rfc7807
Problem Details for HTTP APIs as defined by RFC7807
carlosupreme/problem-details-http
TypeScript implementation of the RFC 7807 standard.
jhansenbarreto/prateleira-virtual
O "prateleira-virtual" foi criado como uma API para organização online de leitura. Projeto criado para demonstração de conhecimentos.
rgbrota/go-problemdetails
Problem Details specification [RFC-7807] (https://www.rfc-editor.org/rfc/rfc7807) implementation in Go
rgbrota/go-problemdetails-recoverer
ProblemDetails specification [RFC-7807] (https://www.rfc-editor.org/rfc/rfc7807) recoverer middleware in Go
sganon/go-request
Provides utility functions to decode and validate request parameters
victorsmirnov/rfc-7807-error
Simple TypeScript exception for backend NodeJs applications following RFC 7807.
MartyHub/problem
Simple Go library implementing RFC 7807 (Problem Details for HTTP APIs)
szepeviktor/ApiProblem
A simple implementation of the api-problem specification RFC 7807
TomMaple/Result
An abstraction which contains the value or the error of the operation. It can be mapped to the HTTP reponse if needed.