🚀 Feature Request: 文档没搜到如何针对小程序配置 HTTP2 和 HTTP3 #765
cloydlau
started this conversation in
Feature Request
Replies: 1 comment
-
|
在适配器文档里看到(仍然搜不到): alovaInst.Get('/list', {
// 设置的参数将传递给Taro.request
enableHttp2: true
});测试了一下,同一个接口, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does the new feature need to solve?
在(微信)小程序中,HTTP2 和 HTTP3 默认是禁用的,需要显式通过:
enableHttp2: true和enableQuic: true来启用,但在 alova 的文档中,没搜到相关配置。How should the new features you expect looks like?
跟小程序保持一致就行
How important is it to you?
I'll give up alova without it
Beta Was this translation helpful? Give feedback.
All reactions