Instance Propertyvapor 4.114.1Vapor

remoteAddress

The address from which this HTTP request was received by SwiftNIO. This address may not represent the original address of the peer, especially if Vapor receives its requests through a reverse-proxy such as nginx.

Request.swift:230
let remoteAddress: SocketAddress?