tom_basics_network 1.0.1 copy "tom_basics_network: ^1.0.1" to clipboard
tom_basics_network: ^1.0.1 copied to clipboard

Network utilities for Tom applications - HTTP retry and server discovery.

tom_basics_network #

Network utilities for Tom applications — HTTP retry with exponential backoff and network server discovery.

Features #

  • HTTP Retry — Automatic retry logic with configurable exponential backoff, max attempts, and retry conditions via RetryConfig.
  • Server Discovery — Network-based server discovery for distributed Tom applications.

Getting Started #

dependencies:
  tom_basics_network: ^1.0.0

Usage #

import 'package:tom_basics_network/tom_basics_network.dart';

final config = RetryConfig(
  maxAttempts: 3,
  initialDelay: Duration(milliseconds: 500),
);

License #

BSD-3-Clause — see LICENSE for details.

0
likes
160
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Network utilities for Tom applications - HTTP retry and server discovery.

Homepage
Repository (GitHub)
View/report issues

Topics

#network #http #retry

License

BSD-3-Clause (license)

Dependencies

http

More

Packages that depend on tom_basics_network