MCPcopy Create free account
hub / github.com/Kong/httpsnippet / getFooter

Function getFooter

src/helpers/form-data.ts:44–44  ·  view source on GitHub ↗
(boundary: string)

Source from the content-addressed store, hash-verified

42 /^(Blob|File)$/.test(object[NAME]);
43
44const getFooter = (boundary: string) => `${dashes}${boundary}${dashes}${carriage.repeat(2)}`;
45
46const getHeader = (boundary: string, name: string, field: { name: string; type: string }) => {
47 let header = '';

Callers 1

form-data.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…