API Reference hardhat v1.1.0

Modules

An opinionated, production-ready HTTP client for Elixir services. 👷🌐

Contains default implementations of functions that can be overridden in clients that use Hardhat.

Propagates Deadline information to the server being called via an HTTP header. This middleware is part of the default stack.

Use templated URLs with separate params. Unlike Tesla.Middleware.PathParams, we ensure that all parameters are URL-safe. This middleware is part of the default stack.

Limits concurrent requests to the server based on a loss based dynamic limit algorithm. Additively increases the concurrency limit when there are no errors and multiplicatively decrements the limit when there are errors.

Abort HTTP requests after the given timeout or the current Deadline, and emit OpenTelemetry trace events on timeouts.