actix-http

E428622

actix-http is a low-level HTTP library in the Actix ecosystem that provides the core HTTP protocol handling and primitives used by the Actix Web framework.

All labels observed (1)

Label Occurrences
actix-http canonical 2

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf HTTP library
Rust library
category networking
web development
dependencyOf actix-web crate
designedFor high-performance servers
low-level HTTP services
ecosystem Actix
linked to: Actix ecosystem
focusesOn low-level control
performance
hasFeature HTTP/2 support (via feature flags)
secure cookies (via feature flags)
hostedOn crates.io
implements HTTP header types
HTTP request type
HTTP response type
body type abstractions
integratesWith Actix runtime
Tokio
license Apache-2.0
MIT
maintainer Actix project maintainers
partOf Actix Web stack
linked to: actix-web
programmingLanguage Rust
provides HTTP protocol handling
low-level HTTP primitives
repositoryPlatform GitHub
runtimeModel asynchronous, non-blocking I/O
supports HTTP/1.1
HTTP/2
URL parsing
asynchronous I/O
chunked transfer encoding
compression (via features)
content encoding
cookies handling
error handling types
headers manipulation
keep-alive connections
middleware integration
payload handling
pipelining (HTTP/1.1 semantics)
request handling
response building
streaming bodies
usedBy Actix Web
linked to: actix-web
usedFor building custom HTTP clients
building custom HTTP servers

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

actix-web hasComponent actix-http
actix-router integratesWith actix-http