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

Fully cut over to tokio #211

Merged
merged 1 commit into from
Aug 5, 2021
Merged

Fully cut over to tokio #211

merged 1 commit into from
Aug 5, 2021

Conversation

thedodd
Copy link
Member

@thedodd thedodd commented Aug 4, 2021

Cut over to [email protected]. Much more simple interface, and works
quite nicely with the async ecosystem.

Cut over to axum for web server. Much better!

The updated server stack is now more intelligently handling 404s. This
is a common issue where users may end up making a request for some
non-html static asset, but they get their path slightly wrong and are
served the index.html instead of a 404.

This typically results in users struggling to find the problem, and
often times users have opened issues in GH. This updated algorithm will
now evaluate 404s more closely and only respond with the index.html when
the accept header allows for text/html or /.

Added an example demonstrating all proxy functionality.

closes #198
closes #202
closes #209

src/config/models.rs Outdated Show resolved Hide resolved
examples/yew/Trunk.toml Outdated Show resolved Hide resolved
@thedodd thedodd force-pushed the 202-tokio branch 6 times, most recently from da584d5 to 8cdb7c3 Compare August 5, 2021 12:33
Cut over to [email protected]. Much more simple interface, and works
quite nicely with the async ecosystem.

Cut over to axum for web server. Much better!

The updated server stack is now more intelligently handling 404s. This
is a common issue where users may end up making a request for some
non-html static asset, but they get their path slightly wrong and are
served the index.html instead of a 404.

This typically results in users struggling to find the problem, and
often times users have opened issues in GH. This updated algorithm will
now evaluate 404s more closely and only respond with the index.html when
the `accept` header allows for text/html or */*.

Added an example demonstrating all proxy functionality.

closes #198
closes #202
closes #209
@thedodd thedodd merged commit d4b7a49 into master Aug 5, 2021
@thedodd thedodd deleted the 202-tokio branch August 5, 2021 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant