Skip to content

Commit

Permalink
feat(http-client): Make HttpClient inherit from Client
Browse files Browse the repository at this point in the history
  • Loading branch information
rlemaitre committed Sep 13, 2024
1 parent 668935e commit ccd8370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Loader extends pillars.Loader:
end Loader

final case class HttpClient[F[_]: Async](config: HttpClient.Config)(client: org.http4s.client.Client[F])
extends pillars.Module[F]:
extends pillars.Module[F], Client[F]:
override type ModuleConfig = HttpClient.Config
export client.*

Expand Down

0 comments on commit ccd8370

Please sign in to comment.