Back to Browse

Tutorial Dasar Actix-Web #4 - HttpServer & HTTPS

360 views
Feb 4, 2023
10:24

#DevActivity #Rust #rustlang #Actix #ActixWeb #rusttutorial Download source code: https://github.com/devactivity/dasar-actix-web/tree/main/aw_httpserver Perintah membuat `cert.pem` dan `key.pem`: $ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -sha256 -subj "/C=ID/ST=DKI/L=Jakarta/O=RustLang/OU=Org/CN=localhost" Playlist: - https://www.youtube.com/watch?v=eK-2eWKiQjI&list=PLIfsrcorUur1P83jfASP3Wc_VFNQaKFzJ Reference Links: * Actix-web: https://actix.rs/ * Actix: https://docs.rs/actix/latest/actix/ * TLS: https://docs.rs/crate/actix-web/latest/features#openssl * Openssl Rust: https://docs.rs/openssl/0.10.45/openssl/ * Cargo features: https://doc.rust-lang.org/cargo/reference/features.html * Dependency feature: https://doc.rust-lang.org/cargo/reference/features.html#dependency-features Info: Konten Rust Video di channel ini bukan merupakan endorsed maupun affiliated dengan Rust Foundation. (Belajar Rust is no way endorsed nor affiliated with the Rust foundation. Rust and Cargo are registered trademarks of the Rust foundation). I appreciate your support! - https://buymeacoffee.com/fndevactivity - https://saweria.co/devactivity

Download

0 formats

No download links available.

Tutorial Dasar Actix-Web #4 - HttpServer & HTTPS | NatokHD