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

Method Boundary

client/request.go:303–305  ·  view source on GitHub ↗

Boundary returns the multipart boundary used by the Request.

()

Source from the content-addressed store, hash-verified

301
302// Boundary returns the multipart boundary used by the Request.
303func (r *Request) Boundary() string {
304 return r.boundary
305}
306
307// SetBoundary sets the multipart boundary.
308func (r *Request) SetBoundary(b string) *Request {

Calls

no outgoing calls