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

Implement basic hyper integration #706

Merged
merged 1 commit into from
Jul 25, 2022
Merged

Implement basic hyper integration #706

merged 1 commit into from
Jul 25, 2022

Conversation

Kijewski
Copy link
Collaborator

The integration is based on askama_gotham.

There is no specific trait to convert an arbitrary T to hyper::Response, so I used From<Template> for hyper::Response.

Closes #484, closes #487.
Cc @fimbault, @dvtkrlbs.

The integration is based on askama_gotham.

There is no specific trait to convert an arbitrary T to
`hyper::Response`, so I used `From<Template> for hyper::Response`.
@djc djc merged commit bd8d2f3 into djc:main Jul 25, 2022
@djc
Copy link
Owner

djc commented Jul 25, 2022

Thanks!

@Kijewski Kijewski deleted the pr-hyper branch July 25, 2022 17:35
Kijewski added a commit to Kijewski/askama that referenced this pull request Sep 26, 2022
Was part was missing from djc#632, because djc#632 came before djc#706, and I
forgot to update the older PR.
Kijewski added a commit to Kijewski/askama that referenced this pull request Sep 26, 2022
That part was missing from djc#632, because djc#632 came before djc#706, and I
forgot to update the older PR.
djc pushed a commit that referenced this pull request Sep 26, 2022
That part was missing from #632, because #632 came before #706, and I
forgot to update the older PR.
@djc djc mentioned this pull request Feb 26, 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

Successfully merging this pull request may close these issues.

[feature] Routerify
2 participants