MCPcopy Index your code
hub / github.com/NginxProxyManager/nginx-proxy-manager / buildBody

Function buildBody

frontend/src/api/backend/base.ts:43–47  ·  view source on GitHub ↗
(data?: Record<string, any>)

Source from the content-addressed store, hash-verified

41}
42
43function buildBody(data?: Record<string, any>): string | undefined {
44 if (data) {
45 return JSON.stringify(decamelizeKeys(data));
46 }
47}
48
49async function processResponse(response: Response) {
50 const payload = await response.json();

Callers 2

postFunction · 0.85
putFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected