Skip to content

nsclass/rust-https-server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUST self signed HTTP/Server

This project will show how to create http server/client example with Rust programing language.

HTTP server

HTTP server is using actix-web library

  • Generating self signed certificate
openssl req -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365 -subj '/CN=localhost'

HTTP client

HTTP client is using reqwest library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages