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

Method Append

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

Append the specified value to the HTTP response header field. If the header is not already set, it creates the header with the specified value.

(field string, values ...string)

Source from the content-addressed store, hash-verified

16 // Append the specified value to the HTTP response header field.
17 // If the header is not already set, it creates the header with the specified value.
18 Append(field string, values ...string)
19 // Attachment sets the HTTP response Content-Disposition header field to attachment.
20 Attachment(filename ...string)
21 // ClearCookie expires a specific cookie by key on the client side.

Callers 9

nextMethod · 0.65
nextCustomMethod · 0.65
EncodeMsgMethod · 0.65
Test_Ctx_AppendFunction · 0.65
Benchmark_Ctx_AppendFunction · 0.65
EncodeMsgMethod · 0.65
EncodeMsgMethod · 0.65
EncodeMsgMethod · 0.65
EncodeMsgMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by 2

Test_Ctx_AppendFunction · 0.52
Benchmark_Ctx_AppendFunction · 0.52