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

Add handler module #509

Merged
merged 5 commits into from
Oct 9, 2021
Merged

Add handler module #509

merged 5 commits into from
Oct 9, 2021

Conversation

Thomasdezeeuw
Copy link
Owner

Which has the Handler and Middleware traits.

Closes #491
Closes #492

Which has the Handler and Middleware traits.
@Thomasdezeeuw Thomasdezeeuw added the HTTP Related to the Heph-HTTP crate. label Oct 9, 2021
Renamed available_concurrency to available_parallelism.
It's just a bad lint. Let matching is perfectly fine.
And for related types. We know the underlying type is Send, so so it the
ActorRef.
@Thomasdezeeuw Thomasdezeeuw merged commit e0960e6 into master Oct 9, 2021
@Thomasdezeeuw Thomasdezeeuw deleted the http-handler branch October 9, 2021 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP Related to the Heph-HTTP crate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP middleware trait HTTP service trait
1 participant