ResponseSyntax
Extension methods for Response.
class Object
trait Matchable
class Any
Value members
Concrete methods
Add the provided headers to this response.
Add the provided headers to this response.
Note that if the response describes a choice of several
possible responses (resulting from the orElse operation),
the headers will be added to all the possible responses.
Alternative between two possible choices of responses.
Alternative between two possible choices of responses.
Server interpreters construct either one or the other response. Client interpreters accept either one or the other response. Documentation interpreters list all the possible responses.