MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / internalRequest

Struct internalRequest

http/handler_impl.go:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132type internalRequest struct {
133 writer goHttp.ResponseWriter
134 request *goHttp.Request
135}
136
137func (i *internalRequest) Decode(target interface{}) error {
138 bytes, err := io.ReadAll(i.request.Body)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected