HttpStatusCode

smithy4s.http.HttpStatusCode
See theHttpStatusCode companion object
trait HttpStatusCode[A]

Typeclass construct allowing to retrieve the status code associated to a value.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def code(a: A, default: Int): Int