We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Host
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently, src/main.rs is referencing a custom
Host
implementationRocket 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.The text was updated successfully, but these errors were encountered: