Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dw5 authored May 9, 2024
1 parent 4bcfbf4 commit 4001ac0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Simpler HTTP(s) Server 0.6.3d
USAGE:
simple-http-server [FLAGS] [OPTIONS] [--] [root]
simpler-http-server [FLAGS] [OPTIONS] [--] [root]
FLAGS:
--coep Add "Cross-Origin-Embedder-Policy" HTTP header and set it to "require-corp"
Expand Down Expand Up @@ -59,10 +59,10 @@ OPTIONS:
# Install Rust
curl https://sh.rustup.rs -sSf | sh

# Install simple-http-server
cargo install simple-http-server
# Install simpler-http-server
cargo install simpler-http-server
rehash
simple-http-server -h
simpler-http-server -h
```

# Features
Expand Down
5 changes: 0 additions & 5 deletions SECURITY.md

This file was deleted.

1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ fn main() {
printer
.println_out(
r#" Index: {}, Upload: {}, Cache: {}, Cors: {}, Coop: {}, Coep: {}, Range: {}, Sort: {}, Threads: {}
Upload: {}, CSRF Token: {}
Auth: {}, Compression: {}
https: {}, Cert: {}, Cert-Password: {}
Root: {},
Expand Down

0 comments on commit 4001ac0

Please sign in to comment.