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

Method SetBoundary

client/request.go:308–311  ·  view source on GitHub ↗

SetBoundary sets the multipart boundary.

(b string)

Source from the content-addressed store, hash-verified

306
307// SetBoundary sets the multipart boundary.
308func (r *Request) SetBoundary(b string) *Request {
309 r.boundary = b
310 return r
311}
312
313// Referer returns the Referer header set in the Request.
314func (r *Request) Referer() string {

Callers 3

parserRequestBodyFileFunction · 0.80

Calls

no outgoing calls

Tested by 2