harness.web

package harness.web

Members list

Type members

Classlikes

object Constants

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Constants.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Basic

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class HttpCode(val code: Int, val name: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Accepted.type
object AlreadyReported.type
object BadGateway.type
object BadRequest.type
object Conflict.type
object Continue.type
object Created.type
object ExpectationFailed.type
object FailedDependency.type
object Forbidden.type
object Found.type
object GatewayTimeout.type
object Gone.type
object ImATeapot.type
object ImUsed.type
object InsufficientStorage.type
object InternalServerError.type
object LengthRequired.type
object Locked.type
object LoopDetected.type
object MethodNotAllowed.type
object MisdirectedRequest.type
object MovedPermanently.type
object MultiStatus.type
object MultipleChoices.type
object NoContent.type
object NotAcceptable.type
object NotExtended.type
object NotFound.type
object NotImplemented.type
object NotModified.type
class NotStandard
object Ok.type
object PartialContent.type
object PayloadTooLarge.type
object PaymentRequired.type
object PermanentRedirect.type
object PreconditionFailed.type
object PreconditionRequired.type
object Processing.type
object RangeNotSatisfiable.type
object RequestTimeout.type
object ResetContent.type
object SeeOther.type
object ServiceUnavailable.type
object SwitchingProtocols.type
object TemporaryRedirect.type
object TooEarly.type
object TooManyRequests.type
object Unauthorized.type
object UnprocessableEntity.type
object UnsupportedMediaType.type
object UpgradeRequired.type
object UriTooLong.type
object UseProxy.type
object VariantAlsoNegotiates.type
Show all
object HttpCode

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
HttpCode.type
sealed abstract class HttpMethod(val method: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CONNECT.type
object DELETE.type
object GET.type
object HEAD.type
class NonStandard
object OPTIONS.type
object PATCH.type
object POST.type
object PUT.type
object TRACE.type
Show all
object HttpMethod

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
HttpMethod.type
sealed trait Partial[+T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Specified[T]
object Unspecified.type
object Partial

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Partial.type
final case class StdClientConfig(logTolerance: LogLevel)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type