Skip to content

Tutorials

Welcome to the tutorials section! These step-by-step guides will help you learn fastreq from the ground up, starting with installation and basic usage, and progressing to more advanced concepts.

Tutorial Path

We recommend following the tutorials in order:

  1. Getting Started - Installation and your first parallel requests (~10 min)
  2. Parallel Fundamentals - Understanding concurrency and async patterns (~15 min)
  3. Handling Errors - Working with exceptions and error handling (~15 min)

What You'll Learn

After completing these tutorials, you'll be able to:

  • Install and configure fastreq
  • Make basic parallel HTTP requests
  • Understand how async/await works with parallel requests
  • Handle different types of errors and failures
  • Configure backends, retries, and rate limiting

Next Steps

After completing the tutorials, check out the How-to Guides for practical solutions to common tasks, or dive into the Reference section for complete API documentation.