openapi

package
v0.0.0-...-a7b5525 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestValidator

type RequestValidator struct {
	// contains filtered or unexported fields
}

RequestValidator validates incoming HTTP requests against a bundled OpenAPI document.

func MustNewRequestValidator

func MustNewRequestValidator(spec []byte) *RequestValidator

MustNewRequestValidator builds a validator and panics if the bundled spec is invalid.

func NewRequestValidator

func NewRequestValidator(spec []byte) (*RequestValidator, error)

NewRequestValidator builds a request validator from an OpenAPI v3 spec.

func (*RequestValidator) Validate

func (v *RequestValidator) Validate(req *http.Request) *acp.Error

Validate returns a normalized ACP error when the request does not match the spec.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL