TheWaWaR / simple-http-server

Simple http server in Rust (Windows/Mac/Linux)
MIT License
2.53k stars 170 forks source link

Is it possible to provide units for the "-l" parameter? #82

Open snakeysky opened 1 year ago

snakeysky commented 1 year ago

--upload-size-limit The default setting is in bytes, but when uploading large files, it's inconvenient to set a large number of bytes. I hope to carry the letters k, m, g after the number, so as to define the file size limit for uploading. For example, 10m, for example, 1g.

CDSWambo commented 8 months ago

how did you implement the size limit?

yoshyv commented 4 months ago

hopefully metric/binary prefix will be implemented in future versions. or temporarily disable size limt