Skip to content

Commit

Permalink
Merge branch 'main' into content-length-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Dec 22, 2023
2 parents 4122ae6 + 1370071 commit f9bccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-http/src/main/scala/zio/http/HandlerAspect.scala
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ private[http] trait HandlerAspects extends zio.http.internal.HeaderModifier[Hand
* handlers.
*/
def customAuthProvidingZIO[Env, Context](
provide: Request => ZIO[Env, Nothing, Option[Context]],
provide: Request => ZIO[Env, Response, Option[Context]],
responseHeaders: Headers = Headers.empty,
responseStatus: Status = Status.Unauthorized,
): HandlerAspect[Env, Context] =
Expand Down

0 comments on commit f9bccf6

Please sign in to comment.