ForwardProxyResponse

data class ForwardProxyResponse(val convention: String? = null, val customHostHeaderName: String? = null, val customProtoHeaderName: String? = null)

The configuration settings of a forward proxy used to make the requests.

Constructors

Link copied to clipboard
constructor(convention: String? = null, customHostHeaderName: String? = null, customProtoHeaderName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val convention: String? = null

The convention used to determine the url of the request made.

Link copied to clipboard

The name of the header containing the host of the request.

Link copied to clipboard

The name of the header containing the scheme of the request.