How-to Guides¶
This section contains practical guides for solving common tasks with fastreq. Each guide provides step-by-step instructions and code examples to help you implement specific features.
Available Guides¶
Request Basics¶
- Make Parallel Requests - Create parallel requests with various configurations
- Post JSON Data - Handle POST, PUT, and PATCH requests
Configuration¶
- Limit Request Rate - Implement rate limiting with token bucket algorithm
- Handle Retries - Configure retry logic with exponential backoff
- Select Backend - Choose between niquests, aiohttp, and requests
Advanced Features¶
- Use Proxies - Configure proxy rotation and proxy providers
- Stream Large Files - Download large files with streaming
- Handle Cookies - Manage session cookies and authentication
Troubleshooting¶
- Debug Issues - Troubleshoot common problems and enable debug logging
Getting Help¶
- Tutorials - Start here for step-by-step learning
- API Reference - Complete API documentation
- GitHub Issues - Report bugs or request features