We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f065eaa commit 63cef82Copy full SHA for 63cef82
zio-http/shared/src/main/scala/zio/http/codec/HttpCodecError.scala
@@ -33,7 +33,7 @@ object HttpCodecError {
33
final case class MissingHeader(headerName: String) extends HttpCodecError {
34
def message = s"Missing header $headerName"
35
}
36
- final case object MissingAuthorizationHeader extends HttpCodecError {
+ case object MissingAuthorizationHeader extends HttpCodecError {
37
def message = "Missing header Authorization"
38
39
final case class MalformedMethod(expected: zio.http.Method, actual: zio.http.Method) extends HttpCodecError {
0 commit comments