Documentation
¶
Overview ¶
Package oracle validates HTTP responses against an OpenAPI operation and reports contract violations.
Oracles are intentionally conservative: a finding means the response deviates from the declared contract in a way that may indicate a bug. 4xx responses to invalid input are not treated as failures unless the status code itself is undocumented.
Index ¶
Constants ¶
View Source
const ( ClassServerError = "server_error" ClassRequestError = "request_error" ClassUndocumentedStatus = "undocumented_status" ClassInvalidContentType = "invalid_content_type" ClassMalformedResponse = "malformed_response" ClassInvalidResponseBody = "invalid_response_body" )
Finding classes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.