关于
Rquest is an HTTP request server designed to provide Large Language Models (LLMs) with advanced HTTP request capabilities, enabling them to interact with websites more naturally and bypass common anti-bot measures. Built on the rquest library, it accurately emulates browser behavior through TLS/JA3/JA4 fingerprinting. Additionally, it supports converting PDF and HTML documents to Markdown, facilitating easier processing by LLMs, with complete HTTP method support, authentication, and request customization.
主要功能
- Accurate TLS/JA3/JA4 browser fingerprinting
- HTML and PDF to Markdown conversion
- Complete HTTP method support (GET, POST, PUT, DELETE, etc.)
- Automatic handling of large responses
- Support for Basic, Bearer, and custom authentication
使用案例
- Bypassing anti-bot measures for web scraping
- Converting web content into LLM-readable Markdown format
- Enabling LLMs to interact with websites like a real browser