MutableOriginConnectionPoint

class MutableOriginConnectionPoint

Represents a RequestConnectionPoint. Its every component is mutable so application plugins could modify them. By default all the properties are equal to ApplicationRequest.local with RequestConnectionPoint.host and RequestConnectionPoint.port overridden by HttpHeaders.Host header value. Users can assign new values parsed from HttpHeaders.Forwarded, HttpHeaders.XForwardedHost, etc. See XForwardedHeaders and ForwardedHeaders.

Properties

Link copied to clipboard
open var host: String
Link copied to clipboard
open var method: <ERROR CLASS>
Link copied to clipboard
open var port: Int
Link copied to clipboard
open var remoteHost: String
Link copied to clipboard
open var scheme: String
Link copied to clipboard
open var uri: String
Link copied to clipboard
open var version: String