oxygen.http.model
package oxygen.http.model
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ContentType
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ContentType.type
final case class DecodingFailure(source: Source, cause: Cause) extends Throwable
Attributes
- Companion
- object
- Supertypes
-
trait Producttrait Equalsclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object DecodingFailure
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DecodingFailure.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Headers
object HttpBody
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class NonStandardclass Standardobject Acceptedobject AlreadyReportedobject BadGatewayobject BadRequestobject Conflictobject Continueobject Createdobject ExpectationFailedobject FailedDependencyobject Forbiddenobject Foundobject GatewayTimeoutobject Goneobject HttpVersionNotSupportedobject ImATeapotobject ImUsedobject InsufficientStorageobject InternalServerErrorobject LengthRequiredobject Lockedobject LoopDetectedobject MethodNotAllowedobject MisdirectedRequestobject MovedPermanentlyobject MultiStatusobject MultipleChoicesobject NoContentobject NonAuthoritativeInformationobject NotAcceptableobject NotExtendedobject NotFoundobject NotImplementedobject NotModifiedobject Okobject PartialContentobject PayloadTooLargeobject PaymentRequiredobject PermanentRedirectobject PreconditionFailedobject PreconditionRequiredobject Processingobject ProxyAuthenticationRequiredobject RangeNotSatisfiableobject RequestHeaderFieldsTooLargeobject RequestTimeoutobject ResetContentobject SeeOtherobject ServiceUnavailableobject SwitchingProtocolsobject TemporaryRedirectobject TooEarlyobject TooManyRequestsobject Unauthorizedobject UnavailableForLegalReasonsobject UnprocessableEntityobject UnsupportedMediaTypeobject UpgradeRequiredobject UriTooLongobject UseProxyobject VariantAlsoNegotiatesShow all
object HttpCode
object HttpMethod
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HttpMethod.type
final case class HttpRequest(method: HttpMethod, paths: ArraySeq[String], queryParams: QueryParams, headers: Headers, body: HttpBody)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class HttpResponse(statusCode: HttpCode, statusText: String, headers: Headers, body: HttpBody)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object HttpResponse
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HttpResponse.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object QueryParams
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
QueryParams.type
In this article