RequestOption instances allow to configure a FrankenPHP Request.
func(h *frankenPHPContext) error
| 15 | |
| 16 | // RequestOption instances allow to configure a FrankenPHP Request. |
| 17 | type RequestOption func(h *frankenPHPContext) error |
| 18 | |
| 19 | var ( |
| 20 | ErrInvalidSplitPath = errors.New("split path contains non-ASCII characters") |
nothing calls this directly
no outgoing calls
no test coverage detected