org.http4s.client.middleware.HistoryBuilder
See theHistoryBuilder companion object
This Middleware provides history tracking of Uri's visited. History entries are ordered most recent to oldest.
Value parameters
- client:
-
Client[F]
- history:
-
Ref[F, Vector[HistoryEntry]
- maxSize:
-
Int
Attributes
- Companion
- object
- Source
- History.scala
- Graph
-
- Supertypes
- Self type
Members list
In this article