content

package
v1.288.2 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// TypeKey for HTTP headers.
	TypeKey = "Content-Type"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Content added in v1.287.0

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

Content creates types from media types.

func NewContent added in v1.287.0

func NewContent(enc *encoding.Map) *Content

NewContent with an encoding.

func (*Content) NewFromMedia added in v1.287.0

func (c *Content) NewFromMedia(mediaType string) *Type

NewFromMedia for content.

func (*Content) NewFromRequest added in v1.287.0

func (c *Content) NewFromRequest(req *http.Request) *Type

NewFromRequest for content.

func (*Content) NewHandler added in v1.287.0

func (c *Content) NewHandler(prefix string, handler Handler) func(res http.ResponseWriter, req *http.Request)

NewHandler for content.

type Handler added in v1.286.0

type Handler func(ctx context.Context) any

Handler for content.

type Type

type Type struct {
	Encoder encoding.Encoder
	Media   string
	Kind    string
}

Type for content.

func (*Type) IsText

func (t *Type) IsText() bool

IsText for type.

Jump to

Keyboard shortcuts

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