Back to browse
GitHub Repository

Drop-in replacement for Requests. Automatic HTTP/1.1, HTTP/2, and HTTP/3. WebSocket, and SSE included.

2,361 starsPython

Niquests – A Requests fork, three years of catching Python's HTTP up

by mesahm·Apr 7, 2026·3 points·5 comments

AI Analysis

●●●BangerSolve My ProblemDark Horse

Finally, HTTP/3 and async in a requests-compatible library after years of feature freeze.

Strengths
  • Drop-in replacement means zero code changes for existing requests-based applications
  • HTTP/3 over QUIC support puts it ahead of httpx and far ahead of stagnant requests
  • Three years of active development with 2.2k stars shows real production commitment
Weaknesses
  • Fork maintenance burden if upstream requests ever resumes active development
  • Smaller community ecosystem compared to requests' decade of third-party extensions
Target Audience

Python developers needing modern HTTP features without API changes

Similar To

requests · httpx · aiohttp

Similar Projects