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

Allow custom route prefix #534

Closed
wants to merge 11 commits into from
Closed

Conversation

aliemjay
Copy link
Contributor

@aliemjay aliemjay commented May 20, 2021

Followup for #208
Based on #537

Closes #533
Closes #208

... and rewrite {save_file, handle_multipart}
... and fix clippy warning about create_error_response() being always Ok()
@aliemjay
Copy link
Contributor Author

Tests will be implemented as test cases for the test in #500 once merged

@aliemjay
Copy link
Contributor Author

Should css and favicon services be moved under route_prefix??

... page rendering

Too many arguments are moved around and many of them are already stored
in MiniserveConfig. Many of these are used to render error pages.

To fix this issue, it was necessary to rework error page rendering:

1. Implement `ResponseError` for `ContextualError` so that it can be
   returned from service handlers as is and will then be automatically
   logged to the console and converted into an error response.

2. At service handler level, all error responses are now rendered as
   plain text.

3. 'error_page_middleware' is now responsible for the rendering of the
   final error page from plain text reponses.

Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
Less code and more readable; Use scopes for random route

Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
Signe-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
@jgrazian
Copy link

jgrazian commented Aug 5, 2021

I have opened a PR to @aliemjay's repo to fix merge conflicts here. Also fixes loading of CSS and favicon when behind a route prefix.

See: aliemjay#1

@aliemjay
Copy link
Contributor Author

aliemjay commented Sep 4, 2021

Closing in favor of #579

@aliemjay aliemjay closed this Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can we specify the route digit?
2 participants