Files
crawl4ai/crawl4ai
AHMET YILMAZ 674d0741da feat: Add HTTP-only crawling endpoints and related models
- Introduced HTTPCrawlRequest and HTTPCrawlRequestWithHooks models for HTTP-only crawling.
- Implemented /crawl/http and /crawl/http/stream endpoints for fast, lightweight crawling without browser rendering.
- Enhanced server.py to handle HTTP crawl requests and streaming responses.
- Updated utils.py to disable memory wait timeout for testing.
- Expanded API documentation to include new HTTP crawling features.
- Added tests for HTTP crawling endpoints, including error handling and streaming responses.
2025-10-15 17:45:58 +08:00
..
2025-02-19 14:13:17 +08:00
2025-08-04 19:02:01 +08:00
2025-04-11 00:44:43 +08:00
2025-01-13 19:19:58 +08:00
2025-07-08 11:46:13 +02:00
2025-01-13 19:19:58 +08:00
2025-01-13 19:19:58 +08:00
2025-08-04 19:02:01 +08:00