zio.http.model
Members list
Type members
Classlikes
Cookie is an immutable and type-safe representation of an HTTP cookie. It can
be of type types viz. Cookie[Request]
and Cookie[Response]
.
Cookie[Request]
is only available in the Request
object and
Cookie[Response]
is only available in the Response
object.
Cookie is an immutable and type-safe representation of an HTTP cookie. It can
be of type types viz. Cookie[Request]
and Cookie[Response]
.
Cookie[Request]
is only available in the Request
object and
Cookie[Response]
is only available in the Response
object.
Attributes
Attributes
- Graph
- Supertypes
- Self type
- HeaderNames.type
Attributes
- Graph
- Supertypes
- Self type
- HeaderValues.type
Represents an immutable collection of headers. It extends HeaderExtensions and has a ton of powerful operators that can be used to add, remove and modify headers.
Represents an immutable collection of headers. It extends HeaderExtensions and has a ton of powerful operators that can be used to add, remove and modify headers.
NOTE: Generic operators that are not specific to Headers
should not be
defined here. A better place would be one of the traits extended by
HeaderExtension
.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait IterableOnce[Header]trait HeaderChecks[Headers]trait HeaderGetters[Headers]trait HeaderModifier[Headers]class Objecttrait Matchableclass Any
- Known subtypes
- class Header
- Self type
Attributes
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
- class BadGatewayclass BadRequestclass Conflictclass Customclass ExpectationFailedclass FailedDependencyclass Forbiddenclass GatewayTimeoutclass Goneclass HTTPErrorWithCauseclass InternalServerErrorclass HttpVersionNotSupportedclass InsufficientStorageclass LengthRequiredclass Lockedclass MethodNotAllowedclass MisdirectedRequestclass NotAcceptableclass NotExtendedclass NotFoundclass NotImplementedclass PaymentRequiredclass PreconditionFailedclass PreconditionRequiredclass RequestEntityTooLargeclass RequestTimeoutclass RequestUriTooLongclass ServiceUnavailableclass TooManyRequestsclass Unauthorizedclass UnorderedCollectionclass UnprocessableEntityclass UnsupportedMediaTypeclass UpgradeRequiredclass VariantAlsoNegotiates
- Self type
Attributes
- Companion:
- object
- Graph
- Supertypes
- Known subtypes
- object Accepted.typeobject BadGateway.typeobject BadRequest.typeobject Conflict.typeobject Continue.typeobject Created.typeclass Customobject ExpectationFailed.typeobject FailedDependency.typeobject Forbidden.typeobject Found.typeobject GatewayTimeout.typeobject Gone.typeobject HttpVersionNotSupported.typeobject InsufficientStorage.typeobject InternalServerError.typeobject LengthRequired.typeobject Locked.typeobject MethodNotAllowed.typeobject MisdirectedRequest.typeobject MovedPermanently.typeobject MultiStatus.typeobject MultipleChoices.typeobject NetworkAuthenticationRequired.typeobject NoContent.typeobject NonAuthoritativeInformation.typeobject NotAcceptable.typeobject NotExtended.typeobject NotFound.typeobject NotImplemented.typeobject NotModified.typeobject Ok.typeobject PartialContent.typeobject PaymentRequired.typeobject PermanentRedirect.typeobject PreconditionFailed.typeobject PreconditionRequired.typeobject Processing.typeobject ProxyAuthenticationRequired.typeobject RequestEntityTooLarge.typeobject RequestHeaderFieldsTooLarge.typeobject RequestTimeout.typeobject RequestUriTooLong.typeobject RequestedRangeNotSatisfiable.typeobject ResetContent.typeobject SeeOther.typeobject ServiceUnavailable.typeobject SwitchingProtocols.typeobject TemporaryRedirect.typeobject TooManyRequests.typeobject Unauthorized.typeobject UnorderedCollection.typeobject UnprocessableEntity.typeobject UnsupportedMediaType.typeobject UpgradeRequired.typeobject UseProxy.typeobject VariantAlsoNegotiates.type
- Self type
Value members
Concrete fields
Default HTTP Charset
Default HTTP Charset