swagger-proxy icon indicating copy to clipboard operation
swagger-proxy copied to clipboard

Swagger Proxy validates HTTP Responses

Results 4 swagger-proxy issues
Sort by recently updated
recently updated
newest added

Due to creation of new router in func registerPaths, we losing NotFoundHandler. And proxy incorrectly disallow such API with 404. This pull request intended to fix that.

Haven't written the documentation yet :)

Validations are performed only on the server response, proxy should inspect the request and warn about malformed one.

enhancement