MCPcopy
hub / github.com/parse-community/parse-server / getClientIp

Function getClientIp

src/middlewares.js:370–372  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

368};
369
370function getClientIp(req) {
371 return req.ip;
372}
373
374function httpAuth(req) {
375 if (!(req.req || req).headers.authorization) { return; }

Callers 2

handleParseHeadersFunction · 0.85
handleParseAuthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected