Skip to content

Instance Property

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.
let remoteAddress: SocketAddress?