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

feat: add MtRequestProcessor #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zhiheng123
Copy link
Contributor

No description provided.

Signed-off-by: zhiheng123 <903292776@qq.com>

import io.github.shoothzj.http.facade.server.RequestHandler;

public interface MtHandler extends RequestHandler {
Copy link
Member

@shoothzj shoothzj Sep 23, 2024

Choose a reason for hiding this comment

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

I am not sure this's a good idea. Normally, we would make MtHandler has multi protocol specified method.
It looks same to RequestHandler

If I want to add a http path, what sould I do?

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.

2 participants