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
Concise view
Type members
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
Attributes
- Inherited from:
- Mirror
Value members
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.
Attributes
- code
the status code for the response
- 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