MCPcopy Index your code
hub / github.com/actix/actix-web

github.com/actix/actix-web @web-v4.14.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release web-v4.14.0 ↗ · + Follow
3,836 symbols 16,838 edges 313 files 936 documented · 24% updated todayhttp-v3.13.1 · 2026-06-22★ 24,710155 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

actix-web/README.md

Extension points exported contracts — how you extend this code

Guard (Interface)
Interface for routing guards. See [module level documentation](self) for more. [11 implementers]
actix-web/src/guard/mod.rs
IntoPatterns (Interface)
Helper trait for type that could be converted to one or more path patterns. [7 implementers]
actix-router/src/pattern.rs
TryIntoHeaderValue (Interface)
An interface for types that can be converted into a [`HeaderValue`]. [21 implementers]
actix-http/src/header/into_value.rs
IntoConnectionIo (Interface)
helper trait for generic over different TlsStream types between tls crates. [6 implementers]
awc/src/client/connector.rs
FieldReader (Interface)
Trait that data types to be used in a multipart form struct should implement. It represents an asynchronous handler tha [5 …
actix-multipart/src/form/mod.rs
FutureResponder (Interface)
responder simulate the old responder trait. [1 implementers]
actix-web/benches/responder.rs
Responder (Interface)
Trait implemented by types that can be converted to an HTTP response. Any types that implement this trait can be used i [17 …
actix-web/src/response/responder.rs
ResourcePath (Interface)
(no doc) [5 implementers]
actix-router/src/resource_path.rs

Core symbols most depended-on inside this repo

unwrap
called by 1486
actix-http/src/h1/decoder.rs
service
called by 324
actix-web/src/app.rs
send
called by 247
awc/src/frozen.rs
resource
called by 227
actix-web/src/web.rs
to
called by 215
actix-web/src/route.rs
route
called by 187
actix-web/src/app.rs
clone
called by 169
actix-web/src/data.rs
body
called by 146
actix-web/src/response/builder.rs

Shape

Method 1,883
Function 1,419
Class 390
Enum 113
Interface 31

Languages

Rust100%

Modules by API surface

actix-web/src/request.rs82 symbols
actix-web/src/service.rs77 symbols
actix-router/src/de.rs68 symbols
actix-web/src/introspection.rs64 symbols
actix-http/src/h1/decoder.rs64 symbols
actix-multipart/src/form/mod.rs63 symbols
actix-router/src/resource.rs62 symbols
actix-files/src/lib.rs60 symbols
actix-web/src/server.rs53 symbols
actix-http/src/header/map.rs52 symbols
actix-multipart/src/multipart.rs50 symbols
actix-web/src/scope.rs49 symbols

For agents

$ claude mcp add actix-web \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page