MCPcopy Index your code
hub / github.com/php/frankenphp / RequestOption

FuncType RequestOption

requestoptions.go:17–17  ·  view source on GitHub ↗

RequestOption instances allow to configure a FrankenPHP Request.

func(h *frankenPHPContext) error

Source from the content-addressed store, hash-verified

15
16// RequestOption instances allow to configure a FrankenPHP Request.
17type RequestOption func(h *frankenPHPContext) error
18
19var (
20 ErrInvalidSplitPath = errors.New("split path contains non-ASCII characters")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected