tmenier/Flurl
Fluent URL builder and testable HTTP client for .NET observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4581
- days_rel: n/a
- days_push: 609
- n_releases_24m: 0
Adoption not part of the score
4403 stars · 397 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Flurl is a fluent URL builder and testable HTTP client library for .NET, available as a stand-alone URL builder (Flurl) or with HTTP features (Flurl.Http). It wraps HttpClient with a chainable, clientless API and built-in HTTP call faking for unit tests.
Use cases
- build and manipulate URLs fluently in C#
- call REST APIs with a fluent HTTP client
- deserialize JSON API responses into typed objects
- unit test code that makes HTTP calls without a real server
- manage HttpClient instances per host automatically
- configure timeouts, redirects, and headers per request or client
When to choose
- you're on .NET and want a concise, chainable alternative to raw HttpClient
- you need easy mocking/faking of HTTP calls in unit tests
- you want automatic client lifetime management to avoid socket exhaustion
- you frequently construct URLs with query params, path segments, and encoding
When to avoid
- you need gRPC, GraphQL, or non-HTTP protocols
- you prefer explicit control over HttpClient/Polly pipelines
- you're not on the .NET platform
- you rely heavily on dynamic JSON responses (dropped in 4.0)
Facets
library · maturity stable
http-client testing serialization web-development developer-tools apis dotnet cross-platform fluent-api url-builder rest-client http-testing nuget
9 sources
- readme: https://github.com/tmenier/Flurl · fetched 2026-08-28 · b86b6200ef77
- homepage: https://flurl.dev · fetched 2026-08-29 · 7a4b47c4c121
- site_page: https://flurl.dev/docs/fluent-url · fetched 2026-08-29 · 434b4b4dffdd
- site_page: https://flurl.dev/docs/fluent-http · fetched 2026-08-29 · 5ac3affa872f
- site_page: https://flurl.dev/docs/testable-http · fetched 2026-08-29 · d8c9c41138fb
- site_page: https://flurl.dev/docs/clients · fetched 2026-08-29 · 12f8fb39b4cd
- site_page: https://flurl.dev/docs/configuration · fetched 2026-08-29 · 904acdbd19ec
- site_page: https://flurl.dev/docs/extensibility · fetched 2026-08-29 · da4da1fc3a4c
- site_page: https://flurl.dev/docs/upgrade · fetched 2026-08-29 · 7be0786fb0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tmenier/Flurl | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem