feat: base https server

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-03-27 04:58:45 +03:00
parent 2b4b1999d3
commit 4c68348d4e
6 changed files with 78 additions and 0 deletions

7
.gitignore vendored
View file

@ -2,6 +2,8 @@
# will have compiled files and executables
debug/
target/
.vscode/
certificates/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
@ -12,3 +14,8 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Added by cargo
/target