Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
370
function
getClientIp(req) {
371
return
req.ip;
372
}
373
374
function
httpAuth(req) {
375
if
(!(req.req || req).headers.authorization) {
return
; }
Callers
2
handleParseHeaders
Function · 0.85
handleParseAuth
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected