MCPcopy Create free account
hub / github.com/php/frankenphp / extensionWorkers

Struct extensionWorkers

workerextension.go:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type extensionWorkers struct {
20 name string
21 fileName string
22 num int
23 options []WorkerOption
24 internalWorker *worker
25}
26
27// EXPERIMENTAL: SendRequest sends an HTTP request to the worker and writes the response to the provided ResponseWriter.
28func (w *extensionWorkers) SendRequest(rw http.ResponseWriter, r *http.Request) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected