MCPcopy Index your code
hub / github.com/imroc/req / string

Method string

req.go:27–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (c *ContentDisposition) string() string {
28 if c == nil {
29 return ""
30 }
31 s := ""
32 for _, kv := range c.kv {
33 s += fmt.Sprintf("; %s=%q", kv.Key, kv.Value)
34 }
35 return s
36}
37
38// FileUpload represents a "form-data" multipart
39type FileUpload struct {

Callers 1

createMultipartHeaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected