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 1

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 NERFINISHED
focusesOn low-level control
performance
hasFeature HTTP/2 support (via feature flags)
secure cookies (via feature flags)
hostedOn crates.io NERFINISHED
implements HTTP header types
HTTP request type
HTTP response type
body type abstractions
integratesWith Actix runtime NERFINISHED
Tokio NERFINISHED
license Apache-2.0
MIT NERFINISHED
maintainer Actix project maintainers
partOf Actix Web stack NERFINISHED
programmingLanguage Rust NERFINISHED
provides HTTP protocol handling
low-level HTTP primitives
repositoryPlatform GitHub NERFINISHED
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 NERFINISHED
usedFor building custom HTTP clients
building custom HTTP servers

How these facts were elicited

Referenced by (1)

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

actix-web hasComponent actix-http