http-server-rs / http-server

Simple and configurable command-line HTTP server
https://crates.io/crates/http-server
Apache License 2.0
176 stars 20 forks source link

feat: Replace unnecessary getters on Config struct #423

Closed Antosser closed 6 months ago

Antosser commented 6 months ago

Implemented #401

All I did was make the fields public and delete the getters. I decided to try to remove the unnecessary clones in a separate PR after this one gets merged for transparency.

EstebanBorai commented 6 months ago

Great improvement @Antosser!