Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capability to run from Config file #290

Open
EstebanBorai opened this issue May 15, 2023 · 0 comments
Open

Capability to run from Config file #290

EstebanBorai opened this issue May 15, 2023 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@EstebanBorai
Copy link
Member

It would be nice to have a HttpServer.toml we could use to spin up server.

When running the server as:

http-server --config ./HttpServer.toml

The Configuration would be read on init to build server with desired configuration.

  1. Abstract Cli into a Config struct
  2. Provide an initialization process to read HttpServer.toml and build a Config from it
  3. Build server with such implementation
@EstebanBorai EstebanBorai added feature New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 15, 2023
@EstebanBorai EstebanBorai added this to the Migrate to Axum milestone May 28, 2023
@EstebanBorai EstebanBorai removed this from the Migrate to Axum milestone Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: 📌 Todo
Development

No branches or pull requests

1 participant