http

package
v2.0.13 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2023 License: Apache-2.0 Imports: 5 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntrospectionInterceptor

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

func NewIntrospectionInterceptor

func NewIntrospectionInterceptor(issuer, keyPath string) (*IntrospectionInterceptor, error)

NewIntrospectionInterceptor intercepts every call and checks for a correct Bearer token using OAuth2 introspection by sending the token to the introspection endpoint)

func (*IntrospectionInterceptor) Handler

func (interceptor *IntrospectionInterceptor) Handler(next http.Handler) http.Handler

Handler creates a http.Handler for middleware usage

func (*IntrospectionInterceptor) HandlerFunc

func (interceptor *IntrospectionInterceptor) HandlerFunc(next http.HandlerFunc) http.HandlerFunc

HandlerFunc creates a http.HandlerFunc for middleware usage

type JSONMarshaller

type JSONMarshaller struct{}

func (JSONMarshaller) ContentType

func (j JSONMarshaller) ContentType() string

func (JSONMarshaller) Marshal

func (j JSONMarshaller) Marshal(i interface{}) ([]byte, error)

type Marshaller

type Marshaller interface {
	Marshal(interface{}) ([]byte, error)
	ContentType() string
}

Jump to

Keyboard shortcuts

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