Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

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?