middleware

package
v0.81.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package middleware provides common HTTP middleware for agent API servers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RecoveryHandler

func RecoveryHandler(logger *stdLog.Logger) func(http.Handler) http.Handler

RecoveryHandler returns a middleware that recovers from panics and logs them.

func RequireContentType

func RequireContentType(contentType string) func(http.Handler) http.Handler

RequireContentType returns a middleware that rejects requests whose Content-Type header does not match the given value with 415 Unsupported Media Type.

Types

This section is empty.

Jump to

Keyboard shortcuts

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