utilgo.mau.fi/util/exhttp Index | Files

package exhttp

import "go.mau.fi/util/exhttp"

Index

Functions

func AddCORSHeaders

func AddCORSHeaders(w http.ResponseWriter)

func CORSMiddleware

func CORSMiddleware(next http.Handler) http.Handler

CORSMiddleware adds CORS headers to the response and handles OPTIONS requests by returning 200 OK immediately.

func HandleErrors

func HandleErrors(next http.Handler, gen ErrorBodyGenerators) http.Handler

func WriteEmptyJSONResponse

func WriteEmptyJSONResponse(w http.ResponseWriter, httpStatusCode int)

func WriteJSONData

func WriteJSONData(w http.ResponseWriter, httpStatusCode int, data []byte)

func WriteJSONResponse

func WriteJSONResponse(w http.ResponseWriter, httpStatusCode int, jsonData any)

Types

type ErrorBodyGenerators

type ErrorBodyGenerators struct {
	NotFound         func() []byte
	MethodNotAllowed func() []byte
}

Source Files

cors.go handleerrors.go json.go

Version
v0.8.0
Published
Sep 16, 2024
Platform
windows/amd64
Imports
2 packages
Last checked
13 hours ago

Tools for package owners.