flosse / rust-web-framework-comparison

A comparison of some web frameworks and libs written in Rust
4.99k stars 194 forks source link

Mark HTTPS section of warp as yes #137

Closed varbhat closed 2 years ago

varbhat commented 2 years ago

Warp framework does have https support.

Please see https://github.com/seanmonstar/warp/blob/657057637dc4d40be523634cbc2189560d316548/src/server.rs#L407

flosse commented 2 years ago

thx!