freshness v0.3.0 API Reference
Modules
Freshness configuration options
Mint connection configuration options
A module with debugging helpers for the library. Calling functions from this module can be expensive, so you should avoid making these calls in production
A simple pool backed by a :queue to store connections
A genserver module holding open connections to the same (host, port, protocol) socket. It is meant as a light-weight pooling mechanism that exposes raw mint replies
The supervisor responsible for a pool of workers. Check the README
for instructions on how to setup.