ProxyAuthenticationInfo

scamper.http.auth.ProxyAuthenticationInfo
final class ProxyAuthenticationInfo(response: HttpResponse) extends AnyVal

Adds standardized access to Proxy-Authentication-Info header.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

Tests for Proxy-Authentication-Info header.

Tests for Proxy-Authentication-Info header.

Attributes

def proxyAuthenticationInfo: Map[String, String]

Gets Proxy-Authentication-Info header values.

Gets Proxy-Authentication-Info header values.

Attributes

Returns

header value or empty map if Proxy-Authentication-Info is not present

def proxyAuthenticationInfoOption: Option[Map[String, String]]

Gets Proxy-Authentication-Info header value if present.

Gets Proxy-Authentication-Info header value if present.

Attributes

Creates new response with Proxy-Authentication-Info header removed.

Creates new response with Proxy-Authentication-Info header removed.

Attributes

def setProxyAuthenticationInfo(values: Map[String, String]): HttpResponse

Creates new response with Proxy-Authentication-Info header set to supplied values.

Creates new response with Proxy-Authentication-Info header set to supplied values.

Attributes

def setProxyAuthenticationInfo(one: (String, String), more: (String, String)*): HttpResponse

Creates new response with Proxy-Authentication-Info header set to supplied values.

Creates new response with Proxy-Authentication-Info header set to supplied values.

Attributes