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, SingletonValueRenderable, Renderable, Product, Equals, javadsl.model.HttpProtocol, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpProtocol
  2. Serializable
  3. SingletonValueRenderable
  4. Renderable
  5. Product
  6. Equals
  7. HttpProtocol
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

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

    Returns the String representation of this protocol.

    Returns the String representation of this protocol.

    Definition Classes
    HttpProtocol → SingletonValueRenderable → HttpProtocol