http

package
v0.10.0 Latest Latest
Warning

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

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

Documentation

Overview

Package http provides HTTP middleware for the MCP data platform.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AuthMiddleware

func AuthMiddleware(requireAuth bool) func(http.Handler) http.Handler

AuthMiddleware extracts authentication tokens from HTTP headers and adds them to the request context. This middleware should be applied to SSE handlers to enable HTTP-level authentication.

func OptionalAuth

func OptionalAuth() func(http.Handler) http.Handler

OptionalAuth returns middleware that allows anonymous requests.

func RequireAuth

func RequireAuth() func(http.Handler) http.Handler

RequireAuth returns middleware that requires authentication.

Types

This section is empty.

Jump to

Keyboard shortcuts

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