Package akka.http.scaladsl.model
Class HttpResponse$
java.lang.Object
akka.http.scaladsl.model.HttpResponse$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpResponse$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(StatusCode status, scala.collection.immutable.Seq<HttpHeader> headers, ResponseEntity entity, HttpProtocol protocol) unapply
(HttpResponse any)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
HttpResponse$
public HttpResponse$()
-
-
Method Details
-
apply
public HttpResponse apply(StatusCode status, scala.collection.immutable.Seq<HttpHeader> headers, ResponseEntity entity, HttpProtocol protocol) -
unapply
-