c

akka.http.scaladsl.model

HttpProtocol

final case class HttpProtocol extends javadsl.model.HttpProtocol with SingletonValueRenderable with Product with Serializable

The protocol of an HTTP message

Source
HttpProtocol.scala
Linear Supertypes
Serializable, Serializable, SingletonValueRenderable, Renderable, Product, Equals, javadsl.model.HttpProtocol, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpProtocol
  2. Serializable
  3. Serializable
  4. SingletonValueRenderable
  5. Renderable
  6. Product
  7. Equals
  8. HttpProtocol
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def render[R <: Rendering](r: R): r.type
    Definition Classes
    SingletonValueRenderable → Renderable
  2. val value: String

    Returns the String representation of this protocol.

    Returns the String representation of this protocol.

    Definition Classes
    HttpProtocol → SingletonValueRenderable → HttpProtocol