MCPcopy
hub / github.com/lxc/incus / forwardedResponse

Struct forwardedResponse

internal/server/response/response.go:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532type forwardedResponse struct {
533 client incus.InstanceServer
534 request *http.Request
535}
536
537// ForwardedResponse takes a request directed to a node and forwards it to
538// another node, writing back the response it gegs.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected