ProxyAuthenticateResponseGenerator
org.http4s.dsl.impl.ProxyAuthenticateResponseGenerator
Helper for the generation of a org.http4s.Response which must contain a Proxy-Authenticate header and may contain a body.
A 407 status MUST contain a Proxy-Authenticate
header, which
distinguishes this from other EntityResponseGenerator
s.
Attributes
- Source:
- ResponseGenerator.scala
- Graph
- Supertypes
- trait ResponseGeneratorclass Any