# HFQR/xitca-web

An HTTP library and web framework for safe Rust

Repository: https://github.com/HFQR/xitca-web
Canonical: https://ross.abutalabs.com/products/xitca-web
Homepage: https://docs.rs/xitca-web/latest/xitca_web/
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: http, rust, web-framework
Last push: 2026-08-29T05:27:31+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 100, release rhythm 35, longevity 100
- inputs: {"age_days": 1942, "days_push": 4, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1008, forks 65 (observed 2026-09-01T02:13:55.028401+00:00)

## What it is
xitca-web is an async HTTP library and web framework written in 100% safe Rust, focused on memory efficiency, composability, and fast compile times. It supports HTTP/1.x, HTTP/2, and HTTP/3, with optional features for WebSockets, compression, TLS, gRPC, multipart, rate limiting, and Tower integration.

## Use cases
- build a web server in rust
- serve http apis with http/2 and http/3 support
- add websocket support to a rust backend
- write a memory-efficient async web framework app
- serve static files and handle multipart uploads in rust
- add rate limiting and compression middleware to rust http services

## When to choose
- you want a safe-Rust web framework with fine-grained feature flags and low memory overhead
- you need modern protocol support (HTTP/3, io_uring) in a Rust backend
- you want Tokio and Tower ecosystem compatibility

## When to avoid
- you need a fully stable API - the project explicitly warns of breaking changes
- you want the largest ecosystem and most tutorials - Actix or Axum are more established
- you need batteries-included features enabled by default - most features are opt-in

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, websocket, middleware, routing, serialization, rate-limiting, templating
- domain: web-development, backend, apis
- platform: rust, cross-platform
- tags: http3, io-uring, tokio, tower, zero-copy, memory-efficiency, async, tls, grpc, multipart, linux

## Member repositories
- HFQR/xitca-web (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-09-01T02:13:55.028401+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:12:06.563541+00:00, confidence not recorded.
  - readme: https://github.com/HFQR/xitca-web (fetched 2026-09-01T02:13:55.028401+00:00, sha 49a5d55dbd28)
  - homepage: https://docs.rs/xitca-web/latest/xitca_web/ (fetched 2026-08-29T13:12:16.123092+00:00, sha 098d9c1dce5a)
  - site_page: https://docs.rs/ (fetched 2026-08-29T13:12:16.133112+00:00, sha c98c148e9062)
  - site_page: https://docs.rs/crate/xitca-web/latest (fetched 2026-08-29T13:12:16.134960+00:00, sha 4afb6ef812d1)
  - site_page: https://docs.rs/crate/xitca-web/latest/features (fetched 2026-08-29T13:12:16.136580+00:00, sha 3ad5d37445c5)
  - site_page: https://docs.rs/about (fetched 2026-08-29T13:12:16.138249+00:00, sha 29ab7986fbf5)
  - site_page: https://docs.rs/about/badges (fetched 2026-08-29T13:12:16.140077+00:00, sha 6588cac258af)
  - site_page: https://docs.rs/about/builds (fetched 2026-08-29T13:12:16.142103+00:00, sha 811231ca4680)
  - site_page: https://docs.rs/about/metadata (fetched 2026-08-29T13:12:16.143943+00:00, sha 0dcdccb2b2b2)
  - site_page: https://docs.rs/about/redirections (fetched 2026-08-29T13:12:16.145744+00:00, sha 1b1efd93105f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
