HeaderType

zio.http.Header.HeaderType
See theHeaderType companion object
sealed trait HeaderType

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Accept.type
object AcceptEncoding.type
object AcceptLanguage.type
object AcceptPatch.type
object AcceptRanges.type
object AccessControlMaxAge.type
object Age.type
object Allow.type
object Authorization.type
object CacheControl.type
object ClearSiteData.type
object Connection.type
object ContentBase.type
object ContentDisposition.type
object ContentEncoding.type
object ContentLanguage.type
object ContentLength.type
object ContentLocation.type
object ContentMd5.type
object ContentRange.type
object ContentSecurityPolicy.type
object ContentType.type
object Cookie.type
object DNT.type
object Date.type
object ETag.type
object Expect.type
object Expires.type
object Forwarded.type
object From.type
object Host.type
object IfMatch.type
object IfModifiedSince.type
object IfNoneMatch.type
object IfRange.type
object IfUnmodifiedSince.type
object LastModified.type
object Link.type
object Location.type
object MaxForwards.type
object Origin.type
object Pragma.type
object ProxyAuthenticate.type
object ProxyAuthorization.type
object Range.type
object Referer.type
object RetryAfter.type
object SecWebSocketAccept.type
object SecWebSocketKey.type
object SecWebSocketLocation.type
object SecWebSocketOrigin.type
object SecWebSocketProtocol.type
object SecWebSocketVersion.type
object Server.type
object SetCookie.type
object Te.type
object Trailer.type
object TransferEncoding.type
object Upgrade.type
object UserAgent.type
object Vary.type
object Via.type
object WWWAuthenticate.type
object Warning.type
object XFrameOptions.type
object XRequestedWith.type
Show all

Members list

Type members

Types

Value members

Abstract methods

def name: String
def parse(value: String): Either[String, HeaderValue]
def render(value: HeaderValue): String