org.http4s.Status
See theStatus companion object
Representation of the HTTP response code and reason
'''Note: ''' the reason is not important to the protocol and is not considered in equality checks.
Attributes
- code
HTTP status code
- reason
reason for the response. eg, OK
- See also:
- Companion:
- object
- Source:
- Status.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Renderabletrait Comparable[Status]class Objecttrait Matchableclass Any