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

Investigate usage of Rocket's Host struct for accessing hostname(s) from requests #6

Open
zeitgeist opened this issue Mar 15, 2023 · 0 comments

Comments

@zeitgeist
Copy link
Contributor

currently, src/main.rs is referencing a custom Host implementation

Rocket has a built-in Host struct (https://api.rocket.rs/v0.5-rc/rocket/http/uri/struct.Host.html) which also works with HTTP/2. Let's investigate replacing our custom implementation with the one above.

@zeitgeist zeitgeist mentioned this issue Mar 15, 2023
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

No branches or pull requests

1 participant