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

Http DynamicProxying idea #21205

Open
1 task done
yuxl01 opened this issue Oct 28, 2024 · 0 comments · May be fixed by #21213
Open
1 task done

Http DynamicProxying idea #21205

yuxl01 opened this issue Oct 28, 2024 · 0 comments · May be fixed by #21213

Comments

@yuxl01
Copy link
Contributor

yuxl01 commented Oct 28, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

Will the HTTP dynamic proxy consider defining the request timeout on the interface? Because in actual use, we may need to set different timeouts for different remote methods.

Describe the solution you'd like

In the current configuration, a unified timeout can only be set for HttpClient in the AbpHttpClientBuilderOptions configuration, and cannot be set for a specific remote method name. I'm wondering if I can use Attribute to mark it, or leave some expansion possibilities when proxying client requests?
image

Additional context

No response

yuxl01 added a commit to yuxl01/abp that referenced this issue Oct 30, 2024
yuxl01 added a commit to yuxl01/abp that referenced this issue Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant