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

handler, extractor #221

Merged
merged 10 commits into from
Sep 6, 2023
Merged

handler, extractor #221

merged 10 commits into from
Sep 6, 2023

Conversation

lz1998
Copy link

@lz1998 lz1998 commented Aug 31, 2023

Motivation

Handler and Extractor

@lz1998 lz1998 requested review from a team as code owners August 31, 2023 05:20
@CLAassistant
Copy link

CLAassistant commented Aug 31, 2023

CLA assistant check
All committers have signed the CLA.

fn call(self, context: &'r mut HttpContext) -> Self::Future;
}

impl<'r, F, Fut, T1, Res> Handler<'r, T1> for F
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以考虑使用 marco 实现多参数版本

@bobozhengsir bobozhengsir merged commit f9e6cc0 into cloudwego:http Sep 6, 2023
6 of 8 checks passed
bobozhengsir pushed a commit to bobozhengsir/volo that referenced this pull request Oct 13, 2023
bobozhengsir added a commit that referenced this pull request Oct 18, 2023
* fix: multiplex panic (#222)

* feat: log more information on error

* support shutdown hooks (#228)

* support shutdown hooks

* fix: cargo fmt

* init

* handler, extractor (#221)

* handler, extractor

* layer (#224)

* downgrade hyper version

* add graceful shutdown

* rebase main

* fix graceful shutdown

---------

Co-authored-by: Pure White <[email protected]>
Co-authored-by: Yanhao <[email protected]>
Co-authored-by: Gwo Tzu-Hsing <[email protected]>
Co-authored-by: Zheng Li <[email protected]>
bobozhengsir pushed a commit to bobozhengsir/volo that referenced this pull request Oct 25, 2023
bobozhengsir pushed a commit to bobozhengsir/volo that referenced this pull request Oct 25, 2023
bobozhengsir pushed a commit that referenced this pull request Oct 25, 2023
* handler, extractor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants