Cargo Features

spring-web has no features set by default.

[dependencies]
spring-web = { version = "0.1.2", features = ["http2", "multipart", "ws"] }
http2

Enables http2 of axum

multipart

Enables multipart of axum

ws

Enables ws of axum

spring-web has 3 features without comments.