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

Function WithRequestResolvedDocumentRoot

requestoptions.go:64–70  ·  view source on GitHub ↗

WithRequestResolvedDocumentRoot is similar to WithRequestDocumentRoot but doesn't do any checks or resolving on the path to improve performance.

(documentRoot string)

Source from the content-addressed store, hash-verified

62// WithRequestResolvedDocumentRoot is similar to WithRequestDocumentRoot
63// but doesn't do any checks or resolving on the path to improve performance.
64func WithRequestResolvedDocumentRoot(documentRoot string) RequestOption {
65 return func(o *frankenPHPContext) error {
66 o.documentRoot = documentRoot
67
68 return nil
69 }
70}
71
72// WithRequestSplitPath contains a list of split path strings.
73//

Callers 1

ProvisionMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected