io.quartz.http2.model.Response
See theResponse companion class
A companion object for the Response case class.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
trait Product
trait Mirror
class Object
trait Matchable
class Any
-
Self type
-
Members list
The names of the product elements
The names of the product elements
Attributes
-
Inherited from:
-
Mirror
Attributes
-
Inherited from:
-
Mirror
Constructs an HTTP response with the specified status code and an empty body.
Constructs an HTTP response with the specified status code and an empty body.
Value parameters
-
code
-
the status code for the response
Attributes
-
Returns
-
a new HTTP response
Constructs an HTTP response with a 200 status code and an empty body.
Constructs an HTTP response with a 200 status code and an empty body.
Attributes
-
Returns
-
a new HTTP response