runtime-and-http
Installation
SKILL.md
Runtime & HTTP – Contentstack Dart SDK
When to use
- Changing how requests are built or executed
- Working with
http, headers, hosts/regions, or error mapping from responses - Adjusting runtime dependencies (
pubspec.yaml) or environment loading (dotenv)
Instructions
HTTP stack
- HTTP calls use the
httppackage—keep usage consistent with Dart async/await patterns elsewhere inlib/src/ - Do not introduce an alternate HTTP client for the same code paths without team agreement
Configuration
dotenvis used in tests and may be used for local/dev configuration—never commit real credentials (../testing/SKILL.md)pathandfilesupport path handling where needed; keep imports minimal