MCPcopy
hub / github.com/gofiber/fiber / Write

Method Write

res_interface_gen.go:152–152  ·  view source on GitHub ↗

Write appends p into response body.

(p []byte)

Source from the content-addressed store, hash-verified

150 Vary(fields ...string)
151 // Write appends p into response body.
152 Write(p []byte) (int, error)
153 // Writef appends f & a into response body writer.
154 Writef(f string, a ...any) (int, error)
155 // WriteString appends s to response body.

Implementers 1

Calls

no outgoing calls